beefing up nav

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1609 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
jasonshort 2011-02-07 06:19:19 +00:00
parent 8c1867b1a6
commit f60a95ebff
1 changed files with 2 additions and 2 deletions

View File

@ -355,7 +355,7 @@
//
// how much to we pitch towards the target
#ifndef PITCH_MAX
# define PITCH_MAX 25
# define PITCH_MAX 40
#endif
@ -363,7 +363,7 @@
// Navigation control gains
//
#ifndef NAV_P
# define NAV_P 1.5
# define NAV_P 2.0
#endif
#ifndef NAV_I
# define NAV_I 0.00