mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
mc_att_control: implemented anti windup
This commit is contained in:
committed by
Lorenz Meier
parent
f23bc38d3e
commit
b52d0ed8a2
@@ -0,0 +1,5 @@
|
||||
uint64 timestamp # in microseconds since system start
|
||||
|
||||
float32 roll_rate_integ # roll rate inegrator
|
||||
float32 pitch_rate_integ # pitch rate integrator
|
||||
float32 yaw_rate_integ # yaw rate integrator
|
||||
Reference in New Issue
Block a user