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

RGBDSLAM map recording

asked 2013-08-01 23:16:09 -0500

BenMa gravatar image

updated 2014-01-28 17:17:31 -0500

ngrennan gravatar image

Hi, All,

I am able to run rgbdslam (with openni camera) on fuerte. My question is how can I save the 3d map (as a video?) that is been built. I thought about using rosbag to record all published topics, but how can I visualize the 3D map? I know I can visualize octomap related topics in rviz, what about the 3D map with the image overlay (the map on the rgbdslam GUI)? Thanks a lot for the help.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-08-12 06:25:41 -0500

Do I understand correctly that you would like a video of the incremental creation of the point cloud map?

I once tried to extend rgbdslam's gui class to store screenshots of the 3D visualization to disk, but unfortunately it didn't work out.

You can run recordmydesktop (or gtk-recordMyDesktop) to capture the rgbdslam window, but that's probably rather slow.

Otherwise, you could save the clouds to pcd files (from rgbdslam) and then manipulate the files with a script, using pcd_viewer to display and save a snapshot of each state.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-08-01 23:16:09 -0500

Seen: 362 times

Last updated: Aug 12 '13