Documentation - Brighton-FTC/FTC-2023 GitHub Wiki
- FTCLib - The main library we are using
-
Brighton College Library - Our custom library contained in the TeamCode module
/.../.libs.brightonCollege
, using FTCLib and adding more functionality.
- FTC Javadoc - The documentation for each function in the FTC's core code
-
Sample OpModes - In your copy of the code, remove the line
@Disabled
in an OpMode then run it.
- FTC Control System Wiki - Detailed development environment information
- REV Robotics Docs - General game information and some programming ideas
- Game Manual 1 - The game rules and a thorough description, pt1
- Game Manual 2 - The game rules and a thorough description, pt2