|
LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
|
Wrapper around an ADI optical encoder or a smart pros::Rotation sensor that exposes the wheel's distance traveled in inches.
More...
Go to the source code of this file.
Classes | |
| class | light::tracking_wheel |
| Single tracking wheel for odometry. More... | |
Namespaces | |
| namespace | light |
| Public LightLib odometry / pose-estimation API. | |
Macros | |
| #define | DRIVE_ADI_ENCODER 2 |
| #define | DRIVE_ROTATION 3 |
Wrapper around an ADI optical encoder or a smart pros::Rotation sensor that exposes the wheel's distance traveled in inches.
Used as input to the EZ-Template-style odometry on tank chassis.
Definition in file tracking_wheel.hpp.
| #define DRIVE_ADI_ENCODER 2 |
Definition at line 167 of file tracking_wheel.hpp.
| #define DRIVE_ROTATION 3 |
Definition at line 168 of file tracking_wheel.hpp.