ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

As far as I know, like @ahendrix is saying, you can use assimp via createMeshFromResource. This already gives you the triangles you're looking for, but you could also afterwards convert it to a shapes::ShapeMsg via constructMsgFromShape or its variant shape_msgs::Mesh with a further call to boost::get, more or less like it's explained in here.