PRBonn / kiss-icp

A LiDAR odometry pipeline that just works
https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/vizzo2023ral.pdf
MIT License
1.61k stars 322 forks source link

Make rosbag dataloader take path to dir #314

Closed benemer closed 8 months ago

benemer commented 8 months ago

We can now pass a path to a directory containing multiple .bag files or ROS 2 files with a metadata.yaml while specifying the rosbag dataloader. So far, this has only been possible by not passing a dataloader argument and relying on the guess_dataloader function to read the bagfiles and turn them into a list of file paths.