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

Unable to locate package ros-lunar-rosbridge-*

asked 2018-11-05 02:51:25 -0500

kk2105 gravatar image

Hi Guys,

I am trying to install rosbridge on Ubuntu 16.04 by running sudo apt-get install ros-lunar-rosbridge-*. However I am getting the below errror.

 Reading package lists... Done 
 Building dependency tree     
 Reading state information... Done
 E: Unable to locate package ros-lunar-rosbridge-*
 E: Couldn't find any package by glob 'ros-lunar-rosbridge-*'
 E: Couldn't find any package by regex 'ros-lunar-rosbridge-*'

Is the rosbridge not released for Lunar version ?

Also kindly let me know if rosbridge installation can be done using github link ( https://github.com/RobotWebTools/rosb... ). If possible kindy let me know the procedure.

Thank you, KK

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-11-05 06:55:29 -0500

gvdhoorn gravatar image

rosbridge_suite has been released into Lunar, see here.

However, that is for amd64 (ie: x86). You don't tell us what architecture you are using, so I cannot be more specific in my answer.

edit flag offensive delete link more

Comments

@gvdhoorn sorry for not providing the details. I am using intel64. On an ideal case I believe sudo apt-get install ros-lunar-rosbridge-* should work. Right ?

kk2105 gravatar image kk2105  ( 2018-11-08 22:59:56 -0500 )edit

pedantic, but: intel64 is not an architecture. Intel's 64bit processors are also called amd64.

In any case: if you've setup your apt sources correctly, you should be able to install those packages using apt, yes.

Please edit your question with more information about your OS, platform, ..

gvdhoorn gravatar image gvdhoorn  ( 2018-11-09 02:26:30 -0500 )edit

.. how you installed ROS, what the contents is of /etc/apt/sources.list.d/ros-latest.list, what the output is of sudo apt-get update, etc.

gvdhoorn gravatar image gvdhoorn  ( 2018-11-09 02:27:03 -0500 )edit

@gvdhoorn I was able to install rosbridge by going back to basics. After setting up the sources.list and keys I was able to install rosbridge. Thank you so much for enlightening me on this error from my end.

kk2105 gravatar image kk2105  ( 2018-11-09 03:21:23 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-11-05 02:51:25 -0500

Seen: 438 times

Last updated: Nov 05 '18