Can't find workspace
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.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.
Asked: 2017-05-16 20:49:34 -0600
Seen: 155 times
Last updated: May 16 '17
Failed to process package 'cartographer':
Google Cartographer Successes on Turtlebot (Or Similar?)
Google Cartographer - Setup Issues
Using cartographer for creating map, how??
Using Cartographer as odometry with amcl for localization in a given map
How to implement cartographer with kinect sensor?
Have you verified the setup.bash file actually exists in the catkin_ws/devel folder?
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