offline / batch processing?
Is it possible to run ROS in an offline mode in order to process every msg? For example, I just converted a .bag file with /camera/rgb/points to a sequence of .pcd files, but I had to run "rosbag play --pause <file>" and then step through each frame by pressing 's' in order to catch every message, and get all 238 frames, instead of the ~20 frames it could do in realtime. So is there a general purpose offline processing mode that could do this automatically?