Just upped the nav_imax value

This commit is contained in:
Jason Short 2011-12-11 23:13:48 -08:00
parent a22893124d
commit 6bc90d6289

View File

@ -597,7 +597,7 @@
# define NAV_I 0.03 // Lowerd from .25 - saw lots of overshoot.
#endif
#ifndef NAV_IMAX
# define NAV_IMAX 20 // degrees
# define NAV_IMAX 30 // degrees
#endif
#ifndef WAYPOINT_SPEED_MAX