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

Hey!

The problem is that the scene you are editing is actually the one in Rviz, not the one for the planning algorithm (which runs in a separate process). You need to publish the scene you changed (imported geometry to) to the move_group node. This can be easily done by clicking the Publish Planning Scene button in the Context tab of the motion planning plugin frame. From that point on, planning algorithms should use the updated geometry.

Ioan