forked from Archive/PX4-Autopilot
5 lines
187 B
Plaintext
5 lines
187 B
Plaintext
|
uint8 NUM_ACTUATOR_OUTPUTS = 16
|
||
|
uint8 NUM_ACTUATOR_OUTPUT_GROUPS = 4 # for sanity checking
|
||
|
uint32 noutputs # valid outputs
|
||
|
float32[16] output # output data, in natural output units
|