Files
PX4-Autopilot/msg/ActuatorServosTrim.msg
alexcekay 13868013d2 feat(actuators): increase servo channel count from 8 to 15
Bumps NUM_CONTROLS/MAX_ACTUATORS from 8 to 15 across all layers.

Signed-off-by: alexcekay <alexander@auterion.com>
2026-06-01 15:04:57 +02:00

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]