Hi!
I would like to get absolute timestamps for my flight logs.
I’ve downloaded FDR lite logs off of my Parrot Anafi USA drone, according to this description: Retrieve flight logs through parrot-olympe - #4 by Axelm
When converting the telemetry.tlmb
to csv files using tlmb2csv.py
, it seems I can either choose relative timestamps (the default) or raw timestamps (by passing -r
). When choosing the latter, I get timestamps shortly after Epoch, so 1 Jan 1970.
Is there a way for me to accurately set the drone’s internal clock, or otherwise get absolute timestamps within millisecond accuracy?
Thanks!