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

How to install sick_tim package

asked 2016-11-06 06:34:35 -0500

Dornier gravatar image

updated 2016-11-06 06:50:24 -0500

gvdhoorn gravatar image

Hello i'm trying to install sick_tim package using the row

sudo apt-get install ros-hydro-sick_tim

unfortunately there is a mistake

Unable to locate package ros-hydro-sick_tim

in my opinion I make a syntax mistake using the wrong package's name or something similar...please help me to install the package

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-11-06 06:53:43 -0500

gvdhoorn gravatar image

If you are really on ROS Hydro (and not on Indigo, Jade or Kinetic), then this should work, but you need to be careful with the translation of ROS package names (ie: sick_tim) to Debian package names (ie: .deb).

Try:

sudo apt-get install ros-hydro-sick-tim

Note: _ in ROS package names gets changed into - in Debian package names.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-11-06 06:34:35 -0500

Seen: 1,056 times

Last updated: Nov 06 '16