Can't find workspace

asked 2017-05-16 20:49:34 -0500

lowme gravatar image

updated 2017-05-16 21:09:32 -0500

I have executed "source install_isolated/setup.bash" and wrote"source ~/catkin_ws/devel/setup.bash" in ./bashrc but system still can't find the "catkin_ws" file.

edit retag flag offensive close merge delete

Comments

Have you verified the setup.bash file actually exists in the catkin_ws/devel folder?

ufr3c_tjc gravatar image ufr3c_tjc  ( 2017-05-16 21:19:17 -0500 )edit

The order of "source" is essential if you source an "installed" workspace. Try "source install_isolated/setup.bash", in the same terminal do a clean catkin_make for your catkin_ws and then "source ~/catkin_ws/devel/setup.bash" open a new terminal and it should have the ROS_PACKAGE_PATH that you wan

angeltop gravatar image angeltop  ( 2017-05-18 06:39:12 -0500 )edit