Open jschall opened 6 years ago
So, the primary need is for a mechanism to retrieve the time at which the previous GlobalTimeSync message was actually transmitted to the bus, correct?
Yes.
See discussion at http://www.chibios.com/forum/viewtopic.php?f=25&t=4327&p=31232#p31232
That's going to be challenging with libcanard. We intentionally excluded this possibility from the feature set because it requires certain special logic in the driver. See https://github.com/UAVCAN/libcanard/blob/master/DESIGN.md#feature-set
This is not to discourage you, I'm just pointing out that maybe you should have a second look at libuavcan - it is complex for a reason. :)