LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
Loading...
Searching...
No Matches
lib.hpp File Reference

Umbrella header for LightLib's own classes. More...

Go to the source code of this file.

Detailed Description

Umbrella header for LightLib's own classes.

Pull this in (or LightLib/main.h in user code) to get the chassis API, PID / slew controllers, tracking wheels, pistons, and shared utilities in one include. Combined with LightLib/api.h (which carries the PROS C++ API), this is what most LightLib sources need.

Note
Order matters: util.hpp transitively includes LightLib/api.h, so it is included first to break the cycle that would form if api.h tried to pull these in directly.

Definition in file lib.hpp.