mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-24 15:27:41 +08:00
Bumps NUM_CONTROLS/MAX_ACTUATORS from 8 to 15 across all layers. Signed-off-by: alexcekay <alexander@auterion.com>
6 lines
170 B
Plaintext
6 lines
170 B
Plaintext
# Servo trims, added as offset to servo outputs
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
uint8 NUM_CONTROLS = 15
|
|
float32[15] trim # range: [-1, 1]
|