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

Unable to Install rosbridge under ros jade

asked 2015-06-27 04:19:50 -0500

SalahUddin gravatar image

updated 2015-06-27 05:22:39 -0500

gvdhoorn gravatar image

I am using ROS jade under Ubountu 14.04. I try to install rosbridge using

sudo apt-get install ros-<rosdistro>-rosbridge-suite ,

this command provided in woki.ros.org .

it replays

bash : rosdistro: No Such file or directory.

please Help,

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2015-06-27 05:24:27 -0500

gvdhoorn gravatar image

updated 2015-06-27 05:24:44 -0500

sudo apt-get install ros-<rosdistro>-rosbridge-suite

You need to replace <rosdistro> with the name of the ROS distribution / release you are using. In your case jade. So the install command becomes:

sudo apt-get install ros-jade-rosbridge-suite

That formatting (so using <rosdistro> to mean "any ROS distribution") is used all over the wiki, so pay attention when you see it on other pages.

edit flag offensive delete link more

Comments

Thanks a lot. ;) it works.

SalahUddin gravatar image SalahUddin  ( 2015-06-27 08:32:52 -0500 )edit

Question Tools

Stats

Asked: 2015-06-27 04:19:50 -0500

Seen: 338 times

Last updated: Jun 27 '15