PX4-Autopilot/msg/vehicle_angular_velocity.msg
Daniel Agar 2ad12d7977
sensors: create vehicle_angular_velocity module (#12596)
* split out filtered sensor_gyro aggregation from mc_att_control and move to wq:rate_ctrl
2019-08-06 12:55:25 -04:00

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