ros-drivers / ros2_ouster_drivers

ROS2 Drivers for the Ouster OS-0, OS-1, and OS-2 Lidars
https://ouster.com/
Apache License 2.0
134 stars 79 forks source link

Record lidar packets instead of Pointcloud #139

Open mtlazaro opened 1 year ago

mtlazaro commented 1 year ago

Dear all,

we have an Ouster OS1-128 and we are facing an issue when recording LiDAR Pointcloud data due to amount of space it takes on disk. Other LiDAR sensors have the option to record only the LiDAR packets and to publish later the pointcloud when playing back the bagfile.

Is there an option to work in this way with this driver?