|
LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
|
One waypoint in the legacy injected-path representation. More...
#include <drive.hpp>
Public Attributes | |
| double | x = 0 |
| Field-frame X, inches. | |
| double | y = 0 |
| Field-frame Y, inches. | |
| double | t = 0 |
| Heading at the waypoint, degrees. | |
| double | right = 127 |
| Right wheel command at the waypoint. | |
| double | left = 0 |
| Left wheel command at the waypoint. | |
| light::e_angle_behavior | behavior = light::cw |
| Turn behavior at the waypoint. | |
One waypoint in the legacy injected-path representation.
Holds a target pose, optional left/right wheel velocities for forward simulation, and the angle-behavior used at the point.
| light::e_angle_behavior Coordinate::behavior = light::cw |
| double Coordinate::left = 0 |
| double Coordinate::right = 127 |