/home/youruser/catkin_ws/src:/opt/ros/kinetic/share bash: /home/youruser/catkin_ws/src:/opt/ros/kinetic/share: No such file or directory

asked 2021-08-19 00:09:09 -0500

paviros gravatar image

/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?

edit retag flag offensive close merge delete

Comments

2

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?

mgruhler gravatar image mgruhler  ( 2021-08-19 00:58:34 -0500 )edit
1

Also tell us exactly which Operating System you are using, and which version of ros you are trying to install (noetic?)

Mike Scheutzow gravatar image Mike Scheutzow  ( 2021-08-22 13:43:38 -0500 )edit

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 gravatar image schmidt  ( 2022-09-30 17:08:48 -0500 )edit

@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.

Mike Scheutzow gravatar image Mike Scheutzow  ( 2022-10-01 07:27:08 -0500 )edit