Gear Heads FRC 2813 Robot code for the 2022 season (RAPID REACT).
This is rewrite of Robot2022 code to use Command-based programming.
- Go to the WPILib 2022.4.1 Release page, download the installer and run it.
Note that for each year, WPILib installs libraries and resources in a different directory, so installing an older version of WPILib should not affect your ability to build code for the current year.
- In a terminal, change your current working directory to be the "OffseasonWadeJones" subdirectory
of the git repository (i.e. the directory that contains
build.gradle) - Run
./gradlew build(Linux & macOS) or.\gradlew.bat deploy(Windows)
- In a terminal, change your current working directory to be the "OffseasonWadeJones" subdirectory of the git repository (i.e. the directory that contains "build.gradle")
- Connect your machine to the robot's network (robot wifi, ethernet, or a USB-B cable).
- Verify that your machine is connecting to the robot by running
ping 10.28.13.2 - Run
./gradlew deploy(Linux & macOS) or.\gradlew.bat deploy(Windows)