You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ardupilot_interface.cpp the timestamps of MavLink messages can be obtained with "current_messages.time_stamps".
Which is the reference of these timestamps?
Are they directly referred to GPS timestamp or they are referred to the internal clock of the autopilot? I refer to outdoor conditions with optimal GPS signal.
The text was updated successfully, but these errors were encountered:
I need to the autopilot data labeled with GPS timestamps to have data aligned with another system that has data referred to GPS timestamp. Anyway, I was able to solve the problem by reading the SYSTEM_TIME message.
In ardupilot_interface.cpp the timestamps of MavLink messages can be obtained with "current_messages.time_stamps".
Which is the reference of these timestamps?
Are they directly referred to GPS timestamp or they are referred to the internal clock of the autopilot? I refer to outdoor conditions with optimal GPS signal.
The text was updated successfully, but these errors were encountered: