Is there a way to create a time sync master using pyuavcan? I cannot find an application for it, similar to libuavcan (uavcan::GlobalTimeSyncMaster).
Kind Regards
Is there a way to create a time sync master using pyuavcan? I cannot find an application for it, similar to libuavcan (uavcan::GlobalTimeSyncMaster).
Kind Regards
Of course, but you will have to implement the synchronization logic yourself.
Ok! Thanks!