mirror of https://github.com/ArduPilot/ardupilot
beefing up nav
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1609 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
d373278068
commit
db478f6536
|
@ -355,7 +355,7 @@
|
||||||
//
|
//
|
||||||
// how much to we pitch towards the target
|
// how much to we pitch towards the target
|
||||||
#ifndef PITCH_MAX
|
#ifndef PITCH_MAX
|
||||||
# define PITCH_MAX 25
|
# define PITCH_MAX 40
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -363,7 +363,7 @@
|
||||||
// Navigation control gains
|
// Navigation control gains
|
||||||
//
|
//
|
||||||
#ifndef NAV_P
|
#ifndef NAV_P
|
||||||
# define NAV_P 1.5
|
# define NAV_P 2.0
|
||||||
#endif
|
#endif
|
||||||
#ifndef NAV_I
|
#ifndef NAV_I
|
||||||
# define NAV_I 0.00
|
# define NAV_I 0.00
|
||||||
|
|
Loading…
Reference in New Issue