|
HoloLib
High-performance holonomic (X-Drive) control library for VEX V5
|
Configuration parameters for a tracking wheel. More...
#include <tracking_wheel.h>
Public Attributes | |
| int8_t | port |
| Sensor port number. | |
| TrackingWheelOrientation | orientation |
| Orientation (horizontal or vertical) | |
| float | xOffset |
| Offset from tracking center on the X axis. | |
| float | yOffset |
| Offset from tracking center on the Y axis. | |
| float | wheelDiameter |
| Diameter of the tracking wheel. | |
| float | gearRatio |
| Gear ratio between the wheel and the sensor. | |
Configuration parameters for a tracking wheel.
Definition at line 13 of file tracking_wheel.h.
| int8_t TrackingWheelConfig::port |
Sensor port number.
Definition at line 14 of file tracking_wheel.h.
| TrackingWheelOrientation TrackingWheelConfig::orientation |
Orientation (horizontal or vertical)
Definition at line 16 of file tracking_wheel.h.
| float TrackingWheelConfig::xOffset |
Offset from tracking center on the X axis.
Definition at line 17 of file tracking_wheel.h.
| float TrackingWheelConfig::yOffset |
Offset from tracking center on the Y axis.
Definition at line 18 of file tracking_wheel.h.
| float TrackingWheelConfig::wheelDiameter |
Diameter of the tracking wheel.
Definition at line 19 of file tracking_wheel.h.
| float TrackingWheelConfig::gearRatio |
Gear ratio between the wheel and the sensor.
Definition at line 20 of file tracking_wheel.h.