actuator_controls.msg: fix NUM_ACTUATOR_CONTROLS (9)

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
Silvan Fuhrer 2022-09-21 08:59:46 +02:00 committed by Daniel Agar
parent 64ae0049de
commit 34b6786f79
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
uint64 timestamp # time since system start (microseconds)
uint8 NUM_ACTUATOR_CONTROLS = 8
uint8 NUM_ACTUATOR_CONTROLS = 9
uint8 NUM_ACTUATOR_CONTROL_GROUPS = 4
uint8 INDEX_ROLL = 0
uint8 INDEX_PITCH = 1