Create a bag file from multiple pcd files.
I've turned the bin files of a sequence from the KITTI odometry velodyne dataset in pcd format and now I have multiple pcd files. I want to learn how to put these pcd files in a bag as pointcloud messages so I can use this bag with rtab. Does anybody have any ideas about how to move on from here ?
Maybe a node reading the directory and publishing each point cloud at a specified framerate, then do a
rosbag record
on the topic published. The topic could be published directly to rtabmap too.