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

I can not download the package depthimage_to_laserscan on kinetic

asked 2016-06-08 02:55:42 -0500

snowbars1234 gravatar image

updated 2016-06-08 06:05:55 -0500

gvdhoorn gravatar image

I've updated my list with the help of:

 sudo apt-get update

I write :

 sudo apt-get install ros-kinetic-depthimage_to_laserscan

And I get :

  E: Could not find package ros-kinetic-depthimage_to_laserscan

Plz help me.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2016-06-08 06:07:18 -0500

gvdhoorn gravatar image

updated 2016-06-08 11:42:11 -0500

The ROS package is called depthimage_to_laserscan, but the debian package is called ros-kinetic-depthimage-to-laserscan. The underscores (_) in the ROS package name are converted to dashes (-), as per Debian package naming guidelines.


Edit:

E: Could not find package ros-kinetic-depthimage-to-laserscan

Looking at ros_kinetic_default.html?q=depthimage, it would seem the package has been released into Kinetic, but that the package hasn't been synced (copied) to the public package repositories. If you can wait a while, just wait: @tfoote will do a sync sometime in the coming weeks, which will make the package apt-getable.

If you can't wait, you have two options:

  1. build from source: clone the ros-perception/depthimage_to_laserscan git repository, run a rosdep install .. step, then build your workspace
  2. use the wiki/ShadowRepository package repository. That repository will contain the version of the package that has been staged for the next sync (option 1). Understand though that using the shadow repository is considered 'advanced'.
edit flag offensive delete link more

Comments

E: Could not find package ros-kinetic-depthimage-to-laserscan

snowbars1234 gravatar image snowbars1234  ( 2016-06-08 10:55:26 -0500 )edit

thx .

snowbars1234 gravatar image snowbars1234  ( 2016-06-08 11:54:17 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-06-08 02:55:42 -0500

Seen: 836 times

Last updated: Jun 08 '16