You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copter/Rover SCurves has a limitation where it only looks forward two waypoints (e.g. the current waypoint and the next one) and for safety reasons it plans the maximum speed so that the vehicle can stop in time for the 2nd waypoint. This can lead to the vehicle unnecessarily slowing if the user places the waypoints close together. How "close" depends upon the WPNAV_ACCEL and WPNAV_JERK parameters.
We could reduce the user experienced slowdowns by enhancing SCurves to look further ahead.
The text was updated successfully, but these errors were encountered:
Copter/Rover SCurves has a limitation where it only looks forward two waypoints (e.g. the current waypoint and the next one) and for safety reasons it plans the maximum speed so that the vehicle can stop in time for the 2nd waypoint. This can lead to the vehicle unnecessarily slowing if the user places the waypoints close together. How "close" depends upon the WPNAV_ACCEL and WPNAV_JERK parameters.
We could reduce the user experienced slowdowns by enhancing SCurves to look further ahead.
The text was updated successfully, but these errors were encountered: