Robotics StackExchange | Archived questions

How to save Point Cloud File from rosbag file

Hello,

I want to save point cloud in .pcd format from rosbag file. I know, customized way, writing own point cloud file structure and saving it using PCL library. But I was wondering, is there package who saves point clouds in any structure ?

otherwise for every point cloud structure. I have to make customized file.

Asked by tonyParker on 2018-09-03 04:12:52 UTC

Comments

Answers

You can take a look at pointcloud_to_pcd. There is also a bag_to_pcd node that reads a bag file and saves all ROS point cloud messages on a specified topic as PCD file.

Asked by pavel92 on 2018-09-03 04:25:52 UTC

Comments