Just upped the nav_imax value

This commit is contained in:
Jason Short 2011-12-11 23:13:48 -08:00
parent 6857d9af14
commit e1146b6df6

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