ardupilot/libraries/AC_WPNav
Randy Mackay a2f54fdf2c AC_WPNav: smooth waypoint by freezing feed-forward and allowing overshoot
First part of this fix is freezing the position controller's xy-axis
feed foward as we transition to the new segment.
Second part is work-around for straight line segments in that we allow
the target point to actually overshoot the end of the segment by up to
2m if the segment is a "fast waypoint".  Ideally we would instead notice
the waypoint has been completed and take any left over time or distance
and move our target along the track towards the next waypoint but that
would require a much larger change to allow the wpnav lib to hold the
next two waypoints.
2014-06-10 20:03:01 +09:00
..
examples/AC_WPNav_test AC_WPNav: fix example sketch 2014-05-08 16:25:13 +09:00
AC_Circle.cpp AC_Circle: use fast_atan2 to calc bearing from center 2014-06-06 18:51:09 +09:00
AC_Circle.h Copter: reduce Circle init twitch by using stopping point 2014-05-08 16:15:57 +09:00
AC_WPNav.cpp AC_WPNav: smooth waypoint by freezing feed-forward and allowing overshoot 2014-06-10 20:03:01 +09:00
AC_WPNav.h AC_WPNav: smooth waypoint by freezing feed-forward and allowing overshoot 2014-06-10 20:03:01 +09:00
keywords.txt AC_WPNav: first implementation 2013-04-14 10:34:47 +09:00