ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Check your manifest.xml file in robot_red package whether it contains the dependancy on actionlib
<package>
....
<depend package="actionlib" />
...
</package>