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

Kinect + Gmapping with Pioneer Robot

asked 2013-02-05 18:58:16 -0500

Chithra gravatar image

updated 2016-10-24 09:01:16 -0500

ngrennan gravatar image

Hi there,

I am new to ROS and would like to know some information about how to go about generating a map using kinect + Pioneer AT Robot? I am not using a tutlebot.

I had earlier generated the map using Laser Scanner. Now, I am trying to generate the map by using Kinect. However, I am stumped as to how to go about with the conversion of pointCloud data espcially since I am not using TurtleBot. Is RGBDSLam one of the ways? I am a little confused here. I could not find much info and hence would be grateful for your help! Thank you!

A small Update, I got the data captured. However, while I am trying to generate the map I keep getting 'Waiting for the Map'. I looked into the frames and noticed that the /map, /camera_link and /camera_depth_frame all were unlinked. Any suggestions as to how to fix this?

edit retag flag offensive close merge delete

Comments

For the frame issues use static_tf_publisher to publish transformation between /camera_link and pioneer base_link. The transformation should capture the transformation between position of kinect and base of robot.

ayush_dewan gravatar image ayush_dewan  ( 2013-02-06 18:01:25 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-02-05 20:37:40 -0500

To use kinect with Pioneer AT u require the usual kinect packages and laserscan_to_pointcloud package. In openni_launch package edit the kinect_frames.launch file. If i remember correctly it defines frames w.r.t to /camera_link which in turn is defined w.r.t to turtlebot by turtlebot package. So u should explicitly define a correct transformation between /camera_link and PionnerAT.

PS: I haven't tried it myself but i feel it should work this way.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-05 18:58:16 -0500

Seen: 504 times

Last updated: Feb 06 '13