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

kinect camera with 32-bit ubuntu

asked 2012-04-10 19:40:13 -0500

priya gravatar image

updated 2014-01-28 17:11:56 -0500

ngrennan gravatar image

Hi Can kinect camera be connected to ubuntu 32-bit for RGBDSLAM package? I'm using ubuntu 11.10 32-bit os. Its dual boot along with windows7 64-bit. I installed with 32-bit ubuntu cd accidently and working on it. I wanted to confirm before buying kinect, can i use the openni driver for kinect and perform rgbdslam or should i change to 64-bit ubuntu 11.10?

edit retag flag offensive close merge delete

Comments

thank you.

priya gravatar image priya  ( 2012-04-11 00:18:03 -0500 )edit

3 Answers

Sort by ยป oldest newest most voted
3

answered 2012-04-10 21:13:36 -0500

CaptainTrunky gravatar image

Yes, Kinect works perfectly with rgbdslam. I tested it with ROS Electric from binary package. Ubuntu 11.04 and 11.10, 32-bit.

edit flag offensive delete link more
-2

answered 2012-09-08 23:22:17 -0500

longzhixi123 gravatar image

Hello, I recently was watching RGBDSLAM, but I do not really understand ROS programming.So I want to know there pcd file in RGBDSLAM.How to get pcd file.I had access to pcd files pcd converted into the corresponding depth map file.Very much look forward to your response. Thank you

edit flag offensive delete link more

Comments

This should be asked as a new question instead of posted as an answer, since it is not attempting to answer this question. Thanks for helping to keep ROS Answers organized!

Eric Perko gravatar image Eric Perko  ( 2012-09-09 11:22:09 -0500 )edit
0

answered 2012-09-09 08:48:04 -0500

dejanpan gravatar image

If I remember correctly it is possible to save the pcd directly from the RGBDSLAM GUI. Otherwise the processed clouds are available on the following topic: /rgbdslam/batch_clouds which you can save as follows:

rosrun pcl_ros pointcloud_to_pcd /input:=/rgbdslam/batch_clouds

D.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-04-10 19:40:13 -0500

Seen: 778 times

Last updated: Sep 09 '12