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

Add empty pipeline constructor #332

Closed benemer closed 7 months ago

benemer commented 7 months ago

This PR allows you to initialize the pipeline without a config at hand by using the default KISSConfig. In that case, you still want to access the internal config, so we also added an accessor to it.