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

RGBDSLAM Map Update

asked 2013-11-15 00:56:02 -0500

Aridane gravatar image

updated 2014-01-28 17:18:33 -0500

ngrennan gravatar image

Hi, I'm using the RGBDSLAM package with a Kinect.

The thing is that I would like to know if the map it's supposed to be updated when recording a previously visited position, because when an object is taken from a visited frame and I record it again, the object is still there and the map is not updated, but if I add an object in a frame while recording it will appear. So it seems that the map is rather adding information than updating it.

Cheers, Aridane

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-12-06 01:32:41 -0500

I guess you are talking about the point cloud, which only represents the measured points. For the reason you state people use probabilistic occupancy maps, which consider the implicit "free space" between perceived point and sensor. RGBDSLAM uses the octomap library to create such an occupancy map. In this map the removed object will (slowly) be erased, when you revisit the place where it has been. You can either save the point-cloud as octomap when you are done, or create it online.

edit flag offensive delete link more

Comments

I see, I will work with the octomap then, thank you for your answer!

Aridane gravatar image Aridane  ( 2013-12-08 21:46:40 -0500 )edit

Question Tools

Stats

Asked: 2013-11-15 00:56:02 -0500

Seen: 352 times

Last updated: Dec 06 '13