mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
ACM: decreased rate P for alt hold to remove bumpy repsonse
This commit is contained in:
parent
220d5a1c6e
commit
83729d0f75
@ -738,7 +738,7 @@
|
||||
|
||||
// RATE control
|
||||
#ifndef THROTTLE_P
|
||||
# define THROTTLE_P 0.45 //
|
||||
# define THROTTLE_P 0.25 //
|
||||
#endif
|
||||
#ifndef THROTTLE_I
|
||||
# define THROTTLE_I 0.0 // Don't edit
|
||||
|
Loading…
Reference in New Issue
Block a user