mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
8 lines
214 B
Plaintext
8 lines
214 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
uint8 NUM_MOTOR_OUTPUTS = 8
|
|
|
|
uint32 motor_number # number of motor to spin
|
|
float32 value # output power, range [0..1]
|
|
|
|
uint8 ORB_QUEUE_LENGTH = 4
|