|
TinyRobotics
|
Represents a waypoint with an associated speed. More...
#include <Path.h>
Public Attributes | |
| CoordinateT | coordinate |
| float | speed |
Represents a waypoint with an associated speed.
Used for path following or trajectory execution, where each waypoint specifies the desired speed at that point.
| T | Coordinate type (e.g., Coordinate, GPSCoordinate). |