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

Individual Package - Install

asked 2013-04-28 03:06:52 -0500

JaRu gravatar image

Hi.

I like to install a individual package, I think this works with sudo apt-get install ros-fuerte-PACKAGE.

For my case I like to install the ar_kinect package, but when I try apt-cache search ros-fuerte there is not the ar_kinect package.

Can somebody tell me why? Or how can I install this package? (I use Ubuntu 10.04, ROS fuerte)

Thank you for your help.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2013-04-28 06:19:48 -0500

davinci gravatar image

I think there is no .deb file available for this package. You should download the source and compile it yourself.

You should do something like:

rosws set ar_kinect https://github.com/mikeferguson/ar_kinect --git
rosws update 
roscd ar_kinect 
rosmake
edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-28 03:06:52 -0500

Seen: 724 times

Last updated: Apr 28 '13