Drone (please complete the following information):
snapdragon eagle
Additional context
I also had a test subscribed to sensor_combined topic and immediately printed message timestamp and current hrt_absolute_time(). Previously the difference was ~400us now it is 8s.
I found that there is dsp_offset which was previously used but currently is unused.
Describe the bug Seems that timestamp synchronization between qurt and linux parts is broken.
To Reproduce
(18446744073701.398438 seconds ago)
taking in to account integer wrapping that is approximately 8 seconds in futureExpected behavior Timestamps from uorb messages can be used directly without knowing if it was produced on qurt or Linux side.
Log Files and Screenshots
Drone (please complete the following information):
Additional context I also had a test subscribed to sensor_combined topic and immediately printed message timestamp and current
hrt_absolute_time()
. Previously the difference was ~400us now it is 8s.I found that there is
dsp_offset
which was previously used but currently is unused.