TinyRobotics
Loading...
Searching...
No Matches
Public Attributes | List of all members
WayPointAndSpeed< CoordinateT > Class Template Reference

Represents a waypoint with an associated speed. More...

#include <Path.h>

Public Attributes

CoordinateT coordinate
 
float speed
 

Detailed Description

template<typename CoordinateT>
class tinyrobotics::WayPointAndSpeed< CoordinateT >

Represents a waypoint with an associated speed.

Used for path following or trajectory execution, where each waypoint specifies the desired speed at that point.

Template Parameters
TCoordinate type (e.g., Coordinate, GPSCoordinate).

The documentation for this class was generated from the following file: