mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -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;
|
float roll_cd, pitch_cd;
|
||||||
|
|
||||||
// heli specific variables
|
// heli specific variables
|
||||||
uint8_t freq_cnt; // dwell test iteration counter
|
float start_freq; //start freq for dwell test
|
||||||
float start_freq; // start freq for dwell test
|
float stop_freq; //ending 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
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// return true if we have a good position estimate
|
// return true if we have a good position estimate
|
||||||
|
Loading…
Reference in New Issue
Block a user