ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Hello,

according to wjwwood here : https://github.com/catkin/catkin_tools/issues/143 , neither catkin_tool (catkin build) nor catkin_make set the ROS_PACKAGE_PATH.

And if i'm not wrong, catkin_tool build each package separatly, and each package should appear in your ROS_PACKAGE_PATH

Try adding some package in your catkin tools Workspace :

cd src/
catkin_create_pkg test1 roscpp
catkin_create_pkg test2 rospy
cd ..
catkin build
source devel/setup.bash
echo $ROS_PACKAGE_PATH