AC_WPNav: recalc leash lengths if set_horizontal_velocity is called
Resolves bug in which do-set-speed allowed reducing the speed during the
mission but not increasing it.
Slow down distance is also recalculated.
Unnecessary call to calc_wp_leash_length removed from
set_spline_origin_and_destination.
uint8_treached_destination:1;// true if we have reached the destination
uint8_tfast_waypoint:1;// true if we should ignore the waypoint radius and consider the waypoint complete once the intermediate target has reached the waypoint
uint8_tslowing_down:1;// true when target point is slowing down before reaching the destination
uint8_trecalc_wp_leash:1;// true if we need to recalculate the leash lengths because of changes in speed or acceleration
SegmentTypesegment_type:1;// active segment is either straight or spline