|
HoloLib
High-performance holonomic (X-Drive) control library for VEX V5
|
Configuration parameters for a tracking wheel. More...
#include <odometry.hpp>
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 24 of file odometry.hpp.
| int8_t hololib::TrackingWheelConfig::port |
Sensor port number.
Definition at line 25 of file odometry.hpp.
| TrackingWheelOrientation hololib::TrackingWheelConfig::orientation |
Orientation (horizontal or vertical)
Definition at line 26 of file odometry.hpp.
| float hololib::TrackingWheelConfig::xOffset |
Offset from tracking center on the X axis.
Definition at line 27 of file odometry.hpp.
| float hololib::TrackingWheelConfig::yOffset |
Offset from tracking center on the Y axis.
Definition at line 28 of file odometry.hpp.
| float hololib::TrackingWheelConfig::wheelDiameter |
Diameter of the tracking wheel.
Definition at line 29 of file odometry.hpp.
| float hololib::TrackingWheelConfig::gearRatio |
Gear ratio between the wheel and the sensor.
Definition at line 30 of file odometry.hpp.