00001 00018 #include <iostream> 00019 #include <boost/filesystem.hpp> 00020 #include "ros_uri/ros_uri.hpp" 00021 00022 namespace fs = boost::filesystem; 00023 00024 int main(int argc, char** argv) { 00025 std::cout << ros_uri::package_uri("/path/package_name") << std::endl << std::endl; 00026 return 0; 00027 } 00028 00029