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

unable to install rosserial on my laptop

asked 2014-03-04 08:56:55 -0500

anantsarin gravatar image

ankit@ubuntu:~$ sudo apt-get install rosserial_python Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package rosserial_python

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2014-03-04 10:39:47 -0500

ahendrix gravatar image

The ROS debs are prefixed with 'ros-{distro}-' and have underscores replaces with dashes (a limitation of the deb naming rules).

On Hydro, try installing rosserial as:

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

Question Tools

1 follower

Stats

Asked: 2014-03-04 08:56:55 -0500

Seen: 807 times

Last updated: Mar 04 '14