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

Revision history [back]

Your code appears to plan a path to the new position but it never executes it.

If you call group1.execute() or use planAndExecute() then it should move your virtual arm.

Hope this helps.