/home/youruser/catkin_ws/src:/opt/ros/kinetic/share bash: /home/youruser/catkin_ws/src:/opt/ros/kinetic/share: No such file or directory
/home/youruser/catkin_ws/src:/opt/ros/kinetic/share bash: /home/youruser/catkin_ws/src:/opt/ros/kinetic/share: No such file or directory getting this in the last step of installation.
What should i do next? How to find out the installation is completed?
It would probably help if you direct us to the installation page where you got this from (link!) and show which commands you did. And also, what do you have problems with?
Also tell us exactly which Operating System you are using, and which version of ros you are trying to install (noetic?)
I also have. problem: /home/youruser/catkin_ws/src:/opt/ros/kinetic/share: There is no such file or directory
OS ubuntu 20.04 ROS noetic
installation site: http://wiki.ros.org/ROS/Tutorials/Ins...
The steps I have taken: 1.Installing ROS 2.Environment Management introduced commands $ printenv | grep ROS $ source /opt/ros/<distro>/setup.bash $ source /opt/ros/kinetic/setup.bash
3.Creating the ROS workspace catckin 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
@schmidt please don't hijack some else's question. Instead you should create your own, and include a url to this question if you think it is relevant.