mirror of
https://github.com/okalachev/flix.git
synced 2025-08-17 00:56:11 +00:00
Minor code updates
This commit is contained in:
@@ -15,7 +15,7 @@ The main loop is running at 1000 Hz. All the dataflow is happening through globa
|
||||
* `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 [-1, 1] range; reverse rotation is possible.
|
||||
* `motors` *(float[])* — motor outputs, normalized to [0, 1] range; reverse rotation is possible.
|
||||
|
||||
## Source files
|
||||
|
||||
|
Reference in New Issue
Block a user