mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-08-17 17:12:33 +08:00
guidance indi thrust is broken when using specific force gain
This commit is contained in:
@@ -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