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

I haven't used Code::Blocks before, so I am not sure if this creates your problem, but I am sure that your ROS_PACKAGE_PATH is not initialized correctly.

ROS_PACKAGE_PATH should point to the src folder of your workspace. For correct initialization of this environment variable do:

source /opt/ros/kinetic/setup.bash 
cd /TigerBotWS/TigerBot
catkin build
source devel/setup.bash

In addition, you could export these flags with the export tag of actionlib_tutorials/package.xml