ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
As it says in the comments of your link, at the moment the applyCollisionObject method is not exposed to the Python move_group_interface
class, but you can still publish it as described in the tutorial. Have you followed it?
A good place to store your mesh files is in a separate package, such as my_scene_description/meshes
.