ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi!
There are two different possibilities than can cause this error.
You have not installed the control_toolbox package. To do this the following command should be enough.
sudo apt-get install ros-indigo-control-toolbox
If this is not the case and you already have installed it. Then there is a problem with the sourcing of that package. You have to make sure that the route where that package is installed is in the $ROS_PACKAGE_PATH. Just do a echo $ROS_PACKAGE_PATH
to see the paths in your ROS_PACKAGE_PATH.
I hope this helps!