|
HoloLib
High-performance holonomic (X-Drive) control library for VEX V5
|
Core constants to configure the chassis dimensions and hardware. More...
#include <config.h>
Public Attributes | |
| float | trackWidth = 0 |
| Distance between left and right wheels. | |
| float | drivetrainWidth = 0.0f |
| Physical width of the drivetrain. | |
| float | drivetrainLength = 0.0f |
| Physical length of the drivetrain. | |
| float | wheelDiameter |
| Diameter of the drive wheels. | |
| float | gearRatio |
| Gear ratio (motor rotations / wheel rotations) | |
| bool | kfEnabled = true |
| Use Kalman filtering on encoders if true. | |
Core constants to configure the chassis dimensions and hardware.
| float ChassisConfig::trackWidth = 0 |
| float ChassisConfig::drivetrainWidth = 0.0f |
| float ChassisConfig::drivetrainLength = 0.0f |
| float ChassisConfig::wheelDiameter |
| float ChassisConfig::gearRatio |