Go to the documentation of this file.00001 #ifndef URDF2GRASPIT_CONVERTMESH_H
00002 #define URDF2GRASPIT_CONVERTMESH_H
00003
00004 #include <urdf2graspit/Types.h>
00005
00006 namespace urdf_traverser
00007 {
00008 class UrdfTraverser;
00009 }
00010
00011 namespace urdf2graspit
00012 {
00026 bool convertGraspItMeshes(
00027 urdf_traverser::UrdfTraverser& traverser,
00028 const std::string& fromLinkName,
00029 double scale_factor,
00030 const std::string& material,
00031 const std::string& file_extension,
00032 const urdf_traverser::EigenTransform& addVisualTransform,
00033 std::map<std::string, std::string>& meshDescXML);
00034 }
00035
00036 #endif // URDF2GRASPIT_CONVERTMESH_H