-
|
I'm reading LTM telemetry to display information on an external display. There seems to be a mismatch in the LTM-documentation of INAV, LTM telemetry flightmodes seem to be different than CLI AUX modes. So far i got the following list (c++) by testing 'on the bench': // Flightmodes List starts on zero: Manual=0, Acro=1,.... Can anyone tell me the complete list for INAV or lead me to the place where LTM flightmodes are set in inav sourcecode? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
LTM is documented on the INAV wiki, for example, status frame |
Beta Was this translation helpful? Give feedback.
-
I don't believe there are any issues; if I use the SITL to replay a blackbox using But please raise an issue if you do discover any anomalies. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your input, problem solved: |
Beta Was this translation helpful? Give feedback.
I don't believe there are any issues; if I use the SITL to replay a blackbox using
fl2stil(so modes asserted by generated RC commands), and view the SITL's resulting LTM inmwp; then the visualised modes from LTM appear to be correct.But please raise an issue if you do discover any anomalies.