/home/youruser/catkin_ws/src:/opt/ros/kinetic/share: There is no such file or directory
I also have. problem:
/home/youruser/catkin_ws/src:/opt/ros/noetic/share: There is no such file or directory
- OS ubuntu 20.04
- ROS noetic: installation site
The steps I have taken:
- Installing ROS
Environment Management: Introduced commands
$ printenv | grep ROS $ source /opt/ros/<distro>/setup.bash $ source /opt/ros/kinetic/setup.bash
Creating the ROS workspace: catkin section, entered commands:
$ mkdir -p ~/catkin_ws/src $ cd ~/catkin_ws/ $ catkin_make $ catkin_make -DPYTHON_EXECUTABLE=/usr/bin/python3 $ source devel/setup.bash $ echo $ROS_PACKAGE_PATH /home/youruser/catkin_ws/src:/opt/ros/kinetic/share
Error:
/home/youruser/catkin_ws/src:/opt/ros/noetic/share: There is no such file or directory