mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
ACM: disabled auto_calibration until more testing can be done
This commit is contained in:
parent
5ad7320505
commit
f9d0dc9daa
@ -579,7 +579,7 @@ static void update_throttle_cruise()
|
||||
}
|
||||
|
||||
// recalc kp
|
||||
g.pid_throttle.kP((float)g.throttle_cruise.get() / 981.0);
|
||||
//g.pid_throttle.kP((float)g.throttle_cruise.get() / 981.0);
|
||||
//Serial.printf("kp:%1.4f\n",kp);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user