ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You don't have the controller_manager
package installed.
As ros_control
is not yet release for Jade, try to clone the ros_control
repository with git clone https://github.com/ros-controls/ros_control.git -b jade_devel
and try again.
If (when) it is release, you can install it using `sudo apt-get install ros-jade-controller-manager'.