ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

how do i install the ros tutorials here http://wiki.ros.org/ROS/Tutorials/NavigatingTheFilesystem

asked 2018-02-07 14:30:29 -0500

dayogeorge gravatar image

updated 2018-02-07 17:09:47 -0500

jayess gravatar image

Hi I'm just starting out with ROS. i'm unable to install the ros tutorials in this this link navigating the file system.

When I type his command :

sudo apt-get install ros-<kinetic>-ros-tutorials

I get this result:

bash: kinetic: No such file or directory

Please what can I do?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2018-02-07 17:11:53 -0500

jayess gravatar image

Are you literally running

sudo apt-get install ros-<kinetic>-ros-tutorials

? If you are, please remove the < and the >, i.e.,

sudo apt-get install ros-kinetic-ros-tutorials

the entire <distro> part (including angle brackets) is meant to be replaced by the distribution that you're using.

edit flag offensive delete link more

Comments

oh thanks so I'm still in the process of setting up my ROS, I am getting an error message when i run this command catkin_make The above command is at step 4 here Then i get this error Message: Invoking "make cmake_check_build_system" failed

dayogeorge gravatar image dayogeorge  ( 2018-02-08 07:28:14 -0500 )edit

Were you able to install the ros_tutorials package? If so, please click on the checkmark to mark the answer as correct.

jayess gravatar image jayess  ( 2018-02-08 11:04:01 -0500 )edit

Can you please create a new question for the error from your comment? It's not related to this issue.

jayess gravatar image jayess  ( 2018-02-08 11:06:15 -0500 )edit

yh..i've done that

dayogeorge gravatar image dayogeorge  ( 2018-02-08 12:53:24 -0500 )edit
0

answered 2018-07-15 14:28:52 -0500

salim gravatar image

I tried to find this solution for one day! Can ROS team add somethings to tutorial about "<>" signs?

edit flag offensive delete link more

Comments

1

I thought the tutorial was already quite clear, but I've updated it to add (including the '<>')

ahendrix gravatar image ahendrix  ( 2018-07-15 15:52:26 -0500 )edit

Question Tools

Stats

Asked: 2018-02-07 14:30:29 -0500

Seen: 491 times

Last updated: Feb 07 '18