Skip to content

convert monotonic to ros time

Parker Lusk requested to merge plusk01/voxl_mpa_to_ros:tof_time_fix into master

Fix TOF to publish points using ros::Time --> this allows the data to play well with the ROS tf tree and e.g., rviz.

This likely needs to be done for the other interfaces, but I left that.

Assumption: the data was timestamped with the monotonic clock - this seems to support that claim

Merge request reports