mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
beefing up nav
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1609 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
8c1867b1a6
commit
f60a95ebff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user