AIT-Assistive-Autonomous-Systems / ros2bag_tools

Tool extensions for ros2bag cli
122 stars 34 forks source link

datetime to rostime #31

Open devrite opened 11 months ago

devrite commented 11 months ago

Due to the old API datetime was being used for timestamps. In rolling (and possible iron) rostime is being used. We wrapped it back to datetime for now but we should move to rostime as it alllows nanosecond resolution. We should wrap any datetime to rostime for backwards compatibility.