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

Convert timestamps between ROS and CPP #3

Closed tizianoGuadagnino closed 1 month ago

tizianoGuadagnino commented 1 month ago

This PR fixes some timestamp conversions between ROS and C++. This mainly concerns the velocity computation used to estimate the twist for the OdometryMsg. I decided to put these conversions in an unnamed namespace, as (I hope) they will be used only in the LidarOdometryServer.