Checking if workspace is properly overlayed by the setup script
I am following this tutorial: http://wiki.ros.org/catkin/Tutorials/...
The last step is to make sure that workspace is properly overlayed by the setup script.
For that, I entered this:
$ echo $ROS_PACKAGE_PATH
As I have ROS Indigo, so I was expecting this:
/home/username/catkin_ws/src:/opt/ros/indigo/share
But I am getting this:
/home/username/catkin_ws/src:/opt/ros/indigo/share:/opt/ros/indigo/stacks
What does this additional :/opt/ros/indigo/stacks
mean and why does this appear? Is this some problem?