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

You can stop arm controllers using:

rosrun pr2_controller_manager pr2_controler_manager stop l_arm_controller

A list of PR2's controller names can be show by

rosrun pr2_controller_manager pr2_controller_manager list

You can see how to use the controller manager by

rosrun pr2_controller_manager pr2_controller_manager

Cheers.