test.cpp
Go to the documentation of this file.
1 
18 #include <iostream>
19 #include <boost/filesystem.hpp>
20 #include "ros_uri/ros_uri.hpp"
21 
22 namespace fs = boost::filesystem;
23 
24 int main(int argc, char** argv) {
25  std::cout << ros_uri::package_uri("/path/package_name") << std::endl << std::endl;
26  return 0;
27 }
28 
29 
static std::string package_uri(std::string pathStr, std::string packageName=std::string())
Definition: ros_uri.hpp:79
int main(int argc, char **argv)
Definition: test.cpp:24


asr_ros_uri
Author(s): Schleicher Ralf
autogenerated on Fri Dec 6 2019 03:24:27