mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Add new supported fields to the docs: BARO, MAG, VBAT
This commit is contained in:
parent
33dc279bbb
commit
c634af508d
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ https://github.com/cleanflight/blackbox-tools
|
|||
## Logged data
|
||||
The blackbox records flight data on every iteration of the flight control loop. It records the current time in
|
||||
microseconds, P, I and D corrections for each axis, your RC command stick positions (after applying expo curves),
|
||||
gyroscope data, accelerometer data (after your configured low-pass filtering), and the command being sent to each motor
|
||||
speed controller. This is all stored without any approximation or loss of precision, so even quite subtle problems
|
||||
should be detectable from the fight data log.
|
||||
gyroscope data, accelerometer data (after your configured low-pass filtering), barometer readings, 3-axis magnetometer
|
||||
readings, raw VBAT measurements, and the command being sent to each motor speed controller. This is all stored without
|
||||
any approximation or loss of precision, so even quite subtle problems should be detectable from the fight data log.
|
||||
|
||||
Currently, the blackbox attempts to log GPS data whenever new GPS data is available, but this has not been tested yet.
|
||||
The CSV decoder and video renderer do not yet show any of the GPS data (though this will be added). If you have a working
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue