move3d_ros_lib  0.1.0
move3d/ros API interface
 All Classes Namespaces Functions Variables Typedefs Pages
tools.h
1 #ifndef TOOLS_H
2 #define TOOLS_H
3 
4 #include <string>
5 
6 namespace move3d{
7 namespace Tools {
8 
14 std::string getPath(const std::string &url );
15 
16 }
17 }
18 
19 #endif // TOOLS_H