bag file to pcd files
when i try to convert bag file using the following command to pcd file then i get multiple pcd files. is this correct ? How can i obtain single pcd file from a bag file.
rosrun pcl_ros bag_to_pcd <input_file.bag> <topic> <output_directory>
can this node be used to convert to point cloud data directly from the "scan" topic which is in laser reading format or does the topic need to be a point cloud data publishing topic ?