mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AC_AutoTune: trad heli variable cleanup
This commit is contained in:
parent
ad58f3e1f8
commit
cf50aa1321
@ -300,10 +300,8 @@ protected:
|
||||
float roll_cd, pitch_cd;
|
||||
|
||||
// heli specific variables
|
||||
uint8_t freq_cnt; // dwell test iteration counter
|
||||
float start_freq; // start freq for dwell test
|
||||
float stop_freq; // ending freq for dwell test
|
||||
bool ff_up_first_iter; // true on first iteration of ff up testing
|
||||
float start_freq; //start freq for dwell test
|
||||
float stop_freq; //ending freq for dwell test
|
||||
|
||||
private:
|
||||
// return true if we have a good position estimate
|
||||
|
Loading…
Reference in New Issue
Block a user