mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Config.h : New Gains based on testing, new Crosstrack gain. from 1.0 to .2 because of new algorithm
This commit is contained in:
parent
c71c503c84
commit
a0dc1f7ab1
@ -734,7 +734,7 @@
|
|||||||
// WP Navigation control gains
|
// WP Navigation control gains
|
||||||
//
|
//
|
||||||
#ifndef NAV_P
|
#ifndef NAV_P
|
||||||
# define NAV_P 3.0 //
|
# define NAV_P 2.5 //
|
||||||
#endif
|
#endif
|
||||||
#ifndef NAV_I
|
#ifndef NAV_I
|
||||||
# define NAV_I 0.20 // Wind control
|
# define NAV_I 0.20 // Wind control
|
||||||
@ -772,7 +772,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef ALT_HOLD_P
|
#ifndef ALT_HOLD_P
|
||||||
# define ALT_HOLD_P 0.5 //
|
# define ALT_HOLD_P 0.8 // .5
|
||||||
#endif
|
#endif
|
||||||
#ifndef ALT_HOLD_I
|
#ifndef ALT_HOLD_I
|
||||||
# define ALT_HOLD_I 0.007
|
# define ALT_HOLD_I 0.007
|
||||||
@ -783,7 +783,7 @@
|
|||||||
|
|
||||||
// RATE control
|
// RATE control
|
||||||
#ifndef THROTTLE_P
|
#ifndef THROTTLE_P
|
||||||
# define THROTTLE_P 0.25 //
|
# define THROTTLE_P 0.35 // .25
|
||||||
#endif
|
#endif
|
||||||
#ifndef THROTTLE_I
|
#ifndef THROTTLE_I
|
||||||
# define THROTTLE_I 0.0 // Don't edit
|
# define THROTTLE_I 0.0 // Don't edit
|
||||||
@ -800,7 +800,7 @@
|
|||||||
// Crosstrack compensation
|
// Crosstrack compensation
|
||||||
//
|
//
|
||||||
#ifndef CROSSTRACK_GAIN
|
#ifndef CROSSTRACK_GAIN
|
||||||
# define CROSSTRACK_GAIN 1
|
# define CROSSTRACK_GAIN .2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user