PRBonn / kinematic-icp

A LiDAR odometry pipeline for wheeled mobile robots
https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/kissteam2025icra.pdf
MIT License
197 stars 22 forks source link

Output FIle #10

Closed tizianoGuadagnino closed 1 month ago

tizianoGuadagnino commented 1 month ago

The output filename we used to dump the poses in TUM format was sometimes broken if an absolute path was provided from the command line via the offiine_node. This PR fixes it and introduces the filesystem::path as opposed to a string to deal with this, but it's nothing major.