mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-02-08 20:43:42 +08:00
8 lines
373 B
Plaintext
8 lines
373 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 # Normalized output. 1 means maximum positive position. -1 maximum negative position. 0 means no deflection. NaN maps to disarmed.
|