mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
improved throttle PIDs
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1548 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
d38874cd05
commit
78e19fbe26
@ -378,13 +378,13 @@
|
||||
# define THROTTLE_BARO_P .25
|
||||
#endif
|
||||
#ifndef THROTTLE_BARO_I
|
||||
# define THROTTLE_BARO_I 0.1
|
||||
# define THROTTLE_BARO_I 0.04
|
||||
#endif
|
||||
#ifndef THROTTLE_BARO_D
|
||||
# define THROTTLE_BARO_D 0.1
|
||||
#endif
|
||||
#ifndef THROTTLE_BARO_IMAX
|
||||
# define THROTTLE_BARO_IMAX 150
|
||||
# define THROTTLE_BARO_IMAX 100
|
||||
#endif
|
||||
|
||||
#ifndef THROTTLE_SONAR_P
|
||||
|
Loading…
Reference in New Issue
Block a user