Closed edbyy closed 3 years ago
This generally happens when a timestamp is invalid. So on the PX4 side. You can look at the raw data to find the topic (convert to csv or instrument pyulog).
Thanks @bkueng that was indeed the issue, I dug into the firmware source code and was able to find the problem.
I take it that was something in your code, and not upstream?
Yes that's correct
I am trying to analyze my flight data but the flight review tool shows astronomically large values for both the logging duration and flight time which in turn affects the graphs and makes it very difficult to analyze the data.
This is the first issue I see (the actual flight time is about 5 minutes):
This causes the graphs to look like this, which is very clearly driven by the incorrect log duration values:
However when I zoom in a crazy amount, everything looks fine:
Does anyone know the cause of this issue/bug? I'm not sure if this is a problem on the flight review side or on PX4's side.