diff --git a/sw/airborne/firmwares/rotorcraft/guidance/guidance_indi.c b/sw/airborne/firmwares/rotorcraft/guidance/guidance_indi.c index ae2f751616..729a22dc61 100644 --- a/sw/airborne/firmwares/rotorcraft/guidance/guidance_indi.c +++ b/sw/airborne/firmwares/rotorcraft/guidance/guidance_indi.c @@ -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