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

Revision history [back]

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.