mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-02-08 03:22:38 +08:00
* split out filtered sensor_gyro aggregation from mc_att_control and move to wq:rate_ctrl
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
|
|
# rate controller integrator status
|
|
float32 rollspeed_integ
|
|
float32 pitchspeed_integ
|
|
float32 yawspeed_integ
|
|
float32 additional_integ1 # FW: wheel rate integrator (optional)
|