mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
- control allocation module with multirotor, VTOL standard, and tiltrotor support - angular_velocity_controller - See https://github.com/PX4/PX4-Autopilot/pull/13351 for details Co-authored-by: Silvan Fuhrer <silvan@auterion.com> Co-authored-by: Roman Bapst <bapstroman@gmail.com>
6 lines
253 B
Plaintext
6 lines
253 B
Plaintext
|
|
uint64 timestamp # time since system start (microseconds)
|
|
uint64 timestamp_sample # timestamp of the data sample on which this message is based (microseconds)
|
|
|
|
float32[3] xyz # angular acceleration about X, Y, Z body axis in rad/s^2
|