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

Panda's profile - activity

2014-10-30 11:08:12 -0500 received badge  Notable Question (source)
2014-10-30 11:08:12 -0500 received badge  Famous Question (source)
2012-12-03 21:24:31 -0500 received badge  Supporter (source)
2012-12-03 21:24:27 -0500 commented answer How to get a vertice list from a .dae or .mesh file

Thanks, that's exactly what i was looking for. I searched for some time but didn't find that one.

2012-12-03 21:22:45 -0500 received badge  Scholar (source)
2012-12-03 12:07:08 -0500 received badge  Popular Question (source)
2012-12-03 08:06:24 -0500 received badge  Student (source)
2012-12-03 05:01:32 -0500 asked a question How to get a vertice list from a .dae or .mesh file

Is there an easy way to have a vertice list from a .dae or .mesh file for importing into a planning scene as a CollisionObject?

If I use the arm_navigation_msgs::Shape::MESH type, I have to provide a vertice list, but I don't know if I have to read and extract vertices or if there is existing functions/methods for that?