Team 15442c's code for the 2024-2025 VRC season, High Stakes
A lot of the general code can be found in our custom library: https://github.com/Canyon-Robotics-The-Misfits/lib15442c This repo contains any code specifc to this season, like the driver control loop, device configuration, auto routes, and game-specific mechanism code. Math utilities, odometry, drivetrain code, and motion algorithms are all in the library
To use, create symlinks to ./lib15442c/include/lib15442cand ./lib15442c/src/lib15442c in include and src respectively (or just copy/paste them over)