mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
Adjusted gains for alt hold.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2393 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
bd64dd9770
commit
bd69d3f014
@ -419,7 +419,7 @@
|
||||
# define THROTTLE_BARO_P 0.3
|
||||
#endif
|
||||
#ifndef THROTTLE_BARO_I
|
||||
# define THROTTLE_BARO_I 0.1
|
||||
# define THROTTLE_BARO_I 0.005
|
||||
#endif
|
||||
#ifndef THROTTLE_BARO_D
|
||||
# define THROTTLE_BARO_D 0.03
|
||||
@ -433,7 +433,7 @@
|
||||
# define THROTTLE_SONAR_P 0.8 // upped from .5
|
||||
#endif
|
||||
#ifndef THROTTLE_SONAR_I
|
||||
# define THROTTLE_SONAR_I 0.1
|
||||
# define THROTTLE_SONAR_I 0.01
|
||||
#endif
|
||||
#ifndef THROTTLE_SONAR_D
|
||||
# define THROTTLE_SONAR_D 0.05
|
||||
|
Loading…
Reference in New Issue
Block a user