iNavFlight/blackbox-log-viewer

Altitude should be on the same Y scale (i.e. navPos[2](m) and baro (m))

mf0o opened this issue · 2 comments

mf0o commented

current state:
Debugging altitude issues is quite hard as the navPos[2] seems to be on a different Y-scale as the baro(m).

Here for example the readings are almost identical, but the lines are not close to eachother
Bildschirmfoto 2020-06-17 um 14 08 08

A few seconds later, barometer reads 56m, so I would expect the green line higher than the red navPos[2].
Bildschirmfoto 2020-06-17 um 13 58 56


expected behaviour:

It should more look like this (data exported and graphed), the red bar marks the same second/altitude as in the BBE above:
Bildschirmfoto 2020-06-17 um 13 59 10


version:

  • iNav 2.4
  • BBE 3.4.0

fixed in #87

@pawel-spychalski, you should be able to close this issue too. :-)