mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
* split out filtered sensor_gyro aggregation from mc_att_control and move to wq:rate_ctrl
9 lines
287 B
Plaintext
9 lines
287 B
Plaintext
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
uint64 timestamp_sample # the timestamp of the raw data (microseconds)
|
|
|
|
float32[3] xyz # Bias corrected angular velocity about X, Y, Z body axis in rad/s
|
|
|
|
# TOPICS vehicle_angular_velocity vehicle_angular_velocity_groundtruth
|