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

How to install openni_camera & openni_launch package in ROS groovy on Raspberry Pi

asked 2015-07-24 23:03:59 -0500

dhiraj gravatar image

updated 2015-10-23 12:40:48 -0500

130s gravatar image

Hello I am using ROS groovy in Raspberry Pi2 with bare bones installation. i want to obtain the rgb and depth stream from kinect using rosrun commands like rosrun openni_camera openni _node & rosrun image_view image_view image:=rgb/image_raw

For that,i need to install openni_camera & openni_launch packages in ROS GROOVY. i have tried that with the procedure of apt-get install but unable to do so. Is it possible to install these packages in Pi with ROS. If anyone has done that, pls share the steps to do that.

Thanks & Regards

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-10-23 12:47:24 -0500

130s gravatar image

It's likely that the binary of the packages you mentioned are not built for Groovy. You can build them from source; for example openni_camera clone its source repository in your catkin workspace, and build:

cd %YOUR_CATKINWS%/src
git clone https://github.com/ros-drivers/openni_camera.git && cd %YOUR_CATKINWS%
catkin_make

But better answer would be to use ROSberryPi for Indigo where better support can be expected for longer term, unless you have a reason to stick to 2 generations older distro.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-07-24 23:03:59 -0500

Seen: 676 times

Last updated: Oct 23 '15