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

How is that distribution of ROS have? [closed]

asked 2014-01-30 10:30:06 -0500

felipe gravatar image

updated 2014-01-30 11:15:02 -0500

ahendrix gravatar image

How is that distribution of ROS have?, This because when installing the lightweight simulator tutorial Understanding ROS nodes, I could not change my distro for alleged distribution is hydro, but it says there is no package or file I'm working with ubuntu 12.04 thanks for your help and attention given

Error message:

$ sudo apt-get install ros-<hydro>-ros-tutorials
Error bash: hydro: No such file or directory</hydro>
edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by felipe
close date 2014-04-07 11:44:26

Comments

Can you update your question with the exact command and error message that you're seeing?

ahendrix gravatar image ahendrix  ( 2014-01-30 10:32:40 -0500 )edit

command sudo apt-get install ros-<distro>-ros-tutorials Error bash: hydro: No such file or directory

felipe gravatar image felipe  ( 2014-01-30 11:07:30 -0500 )edit

Did you install ROS following the instructions in http://wiki.ros.org/hydro/Installation/Ubuntu?

gustavo.velascoh gravatar image gustavo.velascoh  ( 2014-01-30 11:15:58 -0500 )edit
1

The command should be `$ sudo apt-get install ros-hydro-ros-tutorials´

gustavo.velascoh gravatar image gustavo.velascoh  ( 2014-01-30 11:16:50 -0500 )edit

gustavo.velascoh thank you very much for your great help and I could really solve my problem with the help of gustavo.velascoh you are all very friendly. good evening

felipe gravatar image felipe  ( 2014-01-30 11:33:31 -0500 )edit

1 Answer

Sort by » oldest newest most voted
8

answered 2014-01-30 11:16:20 -0500

ahendrix gravatar image

updated 2014-01-30 11:16:55 -0500

When replacing <distro> with the name of your distribution, the angle brackets typically delimit the thing to be replaced, and should be removed in the final command. Thus, you should be running:

sudo apt-get install ros-hydro-ros-tutorials
edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-01-30 10:30:06 -0500

Seen: 1,595 times

Last updated: Jan 30 '14