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

Your PR2 doesn't seem to be running the expected controllers. The instructions can either be out of date (note that Groovy is already EOL'ed), or your PR2 bringup logic does not coincide with the expectations of the demo instructions. You can query the list of running and stopped controllers by running

rosservice call /pr2_controller_manager/list_controllers

If the expected controllers are there, but stopped, you should just start them, otherwise you might have to load their configuration to the param server, load the controllers, and then start them.