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

Revision history [back]

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.