LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
Loading...
Searching...
No Matches
sensor_aux.hpp
Go to the documentation of this file.
1#pragma once
2
4
28
30void init(const OdomSensors& sensors);
31
36void tick();
37
43
46
50
53
57
60bool slipping();
61
64
67
68} // namespace light::sensor_aux
Pose, sensor specs, and the global odometry / pose-estimation API.
void resetCounters()
Reset diagnostic counters at auton start.
float singleHorizOffset()
float imuBiasRadPerSec()
void tick()
Run all four detectors.
float singleVertOffset()
void init(const OdomSensors &sensors)
Capture the sensor bundle and detect single-wheel modes.
Bundle of all sensors used by the LightLib pose estimator.
Definition odometry.hpp:110