Create ROS workspace - check if properly overlayed

asked 2017-08-18 11:21:46 -0500

atha gravatar image

updated 2017-08-18 11:22:18 -0500

I have ROS kinetic and i am following the tutorial: [ http://wiki.ros.org/ROS/Tutorials/Ins... ] After I enter:

echo $ROS_PACKAGE_PATH

I expect this:

/home/youruser/catkin_ws/src:/opt/ros/kinetic/share

But instead, I'm getting a blank line, as a return. I've already checked if the file setup.bash is included in /opt/ros/kinetic/ as well as in /catkin_ws/devel/. Also, i've sourced it: $ source devel/setup.bash, but still no output after echo. Any idea? thanks a lot

edit retag flag offensive close merge delete

Comments

2

Did you do both source devel/setup.bash and echo $ROS_PACKAGE_PATH in the same shell?

agutenkunst gravatar image agutenkunst  ( 2017-08-18 12:26:23 -0500 )edit