FTC Team 16626’s code for the Freight Frenzy Challenge (2021-2022)
There are multiple ways to download this code base.
-
Option 1: Use the following link and unzip the downloaded file.
-
Option 2: Use the Git client of your choice (GitHub client, GitKraken, etc) to clone the following link: https://github.com/ftc16626/FreightFrenzy-2021.git
-
Option 3: Run the following command to clone this repo via the command line.
https://github.com/ftc16626/FreightFrenzy-2021.git
Most of the FTC op modes
will be located in TeamCode/src/main/java/org/firstinspires/ftc/teamcode (Pretty long, I know). Most of the coding will be done here.
Further additions to the main FTC Robot activity will be located in FtcRobotController/src/main/java/org/firstinspires/ftc/robotcontroller/internal/FtcRobotControllerActivity.java
Please make sure to read the Contributing Guide before making a pull request. If you have any questions regarding the code base, feel free to message any of the contributors!