mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 22:17:34 +08:00
a1812dbde0
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
uint8 INDEX_ROLL = 0
|
|
uint8 INDEX_PITCH = 1
|
|
uint8 INDEX_YAW = 2
|
|
|
|
uint64 timestamp_sample # the timestamp the data this control response is based on was sampled
|
|
float32[3] control
|
|
|
|
float32 retract_gimbal
|