AC_AutoTune: remove unused variable from heli autotune

This commit is contained in:
Peter Barker 2024-08-08 12:29:34 +10:00 committed by Bill Geyer
parent 748fe538ea
commit ce03fd3ed9

View File

@ -261,7 +261,6 @@ private:
Vector3f start_angles; // aircraft attitude at the start of test
uint32_t settle_time; // time in ms for allowing aircraft to stabilize before initiating test
float trim_meas_rate; // trim measured gyro rate
// variables from dwell test
LowPassFilterVector2f filt_att_fdbk_from_velxy_cd;