|
TinyRobotics
|
Represents a waypoint with an associated timestamp. More...
#include <Path.h>
Public Attributes | |
| CoordinateT | coordinate |
| unsigned long | timestamp |
Represents a waypoint with an associated timestamp.
Used for time-based path following or trajectory execution, where each waypoint should be reached at a specific time.
| T | Coordinate type (e.g., Coordinate, GPSCoordinate). |