I have an ESP32 microcontroller connected as a client to a router on a Linux host over a serial connection.
Micro-ROS has a rmw_uros_sync_session call that allows getting the time from the agent.
Is there a similar functionality with Pico-ROS? When connected over a network, I can synchronize my microcontroller using NTP, but what should I do when connected over a serial link? (rmw_uros_sync_session works in any link).
I have an ESP32 microcontroller connected as a client to a router on a Linux host over a serial connection.
Micro-ROS has a rmw_uros_sync_session call that allows getting the time from the agent.
Is there a similar functionality with Pico-ROS? When connected over a network, I can synchronize my microcontroller using NTP, but what should I do when connected over a serial link? (rmw_uros_sync_session works in any link).