|
HoloLib
High-performance holonomic (X-Drive) control library for VEX V5
|
Contains global coordinates and velocity. More...
#include <pose.h>
Public Attributes | |
| float | x = 0 |
| Global X coordinate. | |
| float | y = 0 |
| Global Y coordinate. | |
| float | theta = 0 |
| Global heading angle. | |
| VelocityComponents | velocity {0, 0, 0} |
| Current velocity components. | |
| VelocityComponents Pose::velocity {0, 0, 0} |