Fixes in firmware variables description

This commit is contained in:
Oleg Kalachev
2025-07-12 10:07:52 +03:00
parent 85afe405cb
commit ea8463ed70
2 changed files with 4 additions and 4 deletions

View File

@@ -14,8 +14,8 @@ The main loop is running at 1000 Hz. All the dataflow is happening through globa
* `acc` *(Vector)* — acceleration data from the accelerometer, *m/s<sup>2</sup>*.
* `rates` *(Vector)* — filtered angular rates, *rad/s*.
* `attitude` *(Quaternion)* — estimated attitude (orientation) of drone.
* `controls` *(float[])* — user control inputs from the RC, normalized to [-1, 1] range.
* `motors` *(float[])* motor outputs, normalized to [0, 1] range; reverse rotation is possible.
* `controls` *(float[])* — pilot's control inputs, range [-1, 1].
* `motors` *(float[])* motor outputs, range [0, 1].
## Source files