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 | Q&A answers.ros.org |
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-05-16 20:49:34 -0600
Seen: 127 times
Last updated: May 16 '17
turtlebot3 cartographer keeps crashing on start [closed]
tf2 setup for Cartographer-ROS
Cartographer asset writer problem about making pcd file
Gmapping and cartographer build massive map
Cartographer doesn't subscribe to /tf topic on ROS 2 Foxy
Using cartographer with merged scan from ira_laser_tools
Cartographer: map->odom tf is unstable when using both scans and pointcloud as input
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