|
HoloLib
High-performance holonomic (X-Drive) control library for VEX V5
|
Holds the drive curves for movement and rotation inputs. More...
#include <chassis.hpp>
Public Attributes | |
| DriveCurve | movement |
| Curve mapping for forward/sideways translation. | |
| DriveCurve | rotation |
| Curve mapping for rotational input. | |
Holds the drive curves for movement and rotation inputs.
Definition at line 38 of file chassis.hpp.
| DriveCurve hololib::Chassis::DriveCurves::movement |
Curve mapping for forward/sideways translation.
Definition at line 39 of file chassis.hpp.
| DriveCurve hololib::Chassis::DriveCurves::rotation |
Curve mapping for rotational input.
Definition at line 40 of file chassis.hpp.