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

how to install cmvision package for ros indigo

asked 2017-02-08 18:22:28 -0500

vacky11 gravatar image

updated 2017-02-08 20:45:26 -0500

I am new to ros and may be this is a silly question. But please help. I am not able to install cmvision package for ros indigo using following command

sudo apt-get ros-indigo-cmvision

The error I get is: 'E: Invalid operation ros-indigo-cmvision'

Please help. Thanks in advance!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-02-09 02:33:49 -0500

gvdhoorn gravatar image

The error I get is: 'E: Invalid operation ros-indigo-cmvision'

apt-get is telling you that it doesn't understand what you want, as ros-indigo-cmvision is not an apt-get command.

The correct command would be:

sudo apt-get install ros-indigo-cmvision

note the install there.

But in this case that is not going to work either, as cmvision has not been released for anything but ROS Hydro (note the lack of any mention of any other ROS release on the wiki page). If you still want to use the package, you'll have to build it from sources. See #q252478 for some info on how to do that. kbogert/cmvision/indigo-devel appears to be a fork of the original cmvision package that has been updated to work on ROS Indigo.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-02-08 18:22:28 -0500

Seen: 741 times

Last updated: Feb 09 '17