19 #ifndef ROBOT_CALIBRATION_MESH_LOADER_H 20 #define ROBOT_CALIBRATION_MESH_LOADER_H 32 using MeshPtr = std::shared_ptr<shapes::Mesh>;
52 #endif // ROBOT_CALIBRATION_MESH_LOADER_H
std::vector< MeshPtr > meshes_
std::vector< std::string > link_names_
Calibration code lives under this namespace.
MeshLoader(urdf::Model &model)
std::shared_ptr< shapes::Mesh > MeshPtr
MeshPtr getCollisionMesh(const std::string &link_name)
Get the collision mesh associated with a link in a URDF.