mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
guidance indi thrust is broken when using specific force gain
This commit is contained in:
committed by
GitHub
parent
e4142d1182
commit
18fa11d99d
@@ -372,7 +372,8 @@ void guidance_indi_filter_thrust(void)
|
||||
// Actuator dynamics
|
||||
thrust_act = thrust_act + thrust_dyn * (thrust_in - thrust_act);
|
||||
|
||||
// same filter as for the acceleorth_2_low_pass(&thrust_filt, thrust_act);
|
||||
// same filter as for the acceleration
|
||||
update_butterworth_2_low_pass(&thrust_filt, thrust_act);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user