1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 00:35:34 +03:00

[DOC] minor updates to Blackbox.md (#8040)

This commit is contained in:
Jonathan Hudson 2022-05-17 09:35:41 +01:00 committed by GitHub
parent 3d24900f2b
commit dcad7a1321
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,7 +213,7 @@ The CLI command `blackbox` allows setting which Blackbox fields are recorded to
* ACC - Accelerometer raw values * ACC - Accelerometer raw values
* ATTI - Attitude as computed by INAV position estimator * ATTI - Attitude as computed by INAV position estimator
* RC_DATA - RC channels 1-4 as returned by the radio receiver * RC_DATA - RC channels 1-4 as returned by the radio receiver
* RC_COMMAND - RC_DATA converted to [-500:500] scale with expo and headband * RC_COMMAND - RC_DATA converted to [-500:500] scale (for A,E,R) with expo and deadband
* MOTORS - motor output * MOTORS - motor output
Usage: Usage:
@ -276,4 +276,4 @@ another software package.
You'll find those tools along with instructions for using them in this repository: You'll find those tools along with instructions for using them in this repository:
https://github.com/iNavFlight/blackbox-log-viewer https://github.com/iNavFlight/blackbox-tools