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

Revision history [back]

click to hide/show revision 1
initial version

I do not understand your question, you want to obtain 1 big pointcloud containing every pointcloud in the rosbag? If that is what you want you can simply add the pointclouds.

rosrun pcl_ros bag_to_pcd <input_file.bag> <topic> <output_directory>

That will get every single topic that the rosbag would publish and save it in the directory you want.