Time conversion functions in OSAL Topic is solved
Posted: Wed Apr 22, 2020 3:31 pm
Currently, using OSAL I'm able to convert (Milli-,Micro-)Seconds into system ticks but not vice versa.
It would be nice to get the current time in milliseconds without doing the conversion by hand or depending on the OS's time conversion.
My use case is a ROSSerial client driver for ChibiOS HAL using nothing but the HAL. (https://github.com/ros-drivers/rosserial/pull/493)
It would be nice to get the current time in milliseconds without doing the conversion by hand or depending on the OS's time conversion.
My use case is a ROSSerial client driver for ChibiOS HAL using nothing but the HAL. (https://github.com/ros-drivers/rosserial/pull/493)