mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
- introduces parameter IMU_DGYRO_CUTOFF to configure the angular acceleration low pass filter - the angular acceleration is computed by differentiating angular velocity after the notch filter (IMU_GYRO_NF_FREQ & IMU_GYRO_NF_BW) is applied Co-authored-by: Julien Lecoeur <jlecoeur@users.noreply.github.com>
6 lines
251 B
Plaintext
6 lines
251 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,
|