Our Robot Code for 2021 using multi-project gradle with WML, CJ-Vision & Wayfinder Libraries
1. Download latest WPILib from releases [https://github.com/wpilibsuite/allwpilib/releases]
- Downlad based on your operating system. https://docs.wpilib.org/en/stable/docs/getting-started/getting-started-frc-control-system/wpilib-setup.html
- On windows use
gradlew build
. - For linux and macOS you might need to run
sudo chmod +x gradlew
to be able to use the command
-
Code for robot goes in
4788/src/main
-
Code for coprocessor goes in
Coproc/src/main
- Drivebase
Uses XboxControllers on USB ports 0 and 1. Control Left and Right power via tankdrive with a maxspeed of 80% etc....