mirror of https://github.com/ArduPilot/ardupilot
kD for WP nav does not seem to be doing anything but causing trouble.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2323 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
799e6a0c15
commit
c822e7d25e
|
@ -396,7 +396,7 @@
|
|||
# define NAV_WP_I 0.5 // this is a fast ramp up
|
||||
#endif
|
||||
#ifndef NAV_WP_D
|
||||
# define NAV_WP_D .1 // slight dampening of a few degrees at most
|
||||
# define NAV_WP_D 0 // slight dampening of a few degrees at most
|
||||
#endif
|
||||
#ifndef NAV_WP_IMAX
|
||||
# define NAV_WP_IMAX 40 // degrees
|
||||
|
|
Loading…
Reference in New Issue