A MATLAB class to work with data representing waypoints in a cartesian coordinate frame.
To create an instance of the Waypoints class use one of the following approaches:
- Call the class constructor
Waypoints. - Call static method
xy2Waypointsproviding x/y coordinates. - Call static method
ll2Waypointsproviding longitudinal/lateral coordinates, e.g. from GPS. - Call static method
pp2Waypointsproviding a piecewise polynomial structure.
The Waypoints class provides multiple methods for modification and visualization.
For example shift, rotate, append or reorder waypoints.
For a list of available methods type help Waypoints or methods Waypoints in your MATLAB command window.