Skip to content

Documentation

sbottingota edited this page Sep 8, 2024 · 9 revisions

Documentation

Libraries

  • FTCLib - The main library we are using. I can't stress how useful the shortcuts it provides are!

Central FTC API

  • FTC Javadoc - The documentation for each function in the FTC's core code. For advanced users only.
  • Sample OpModes - In your copy of the code, remove the line @Disabled in an OpMode then run it. Contains many snippets of sample code.

General

  • 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. This contains information on judging criteria, awards available for teams, what parts can be used to build the robot, and the Engineering Portfolio.
  • Game Manual 2 - The game rules and a thorough description, pt2. This contains the game rules and information on the size of game objects and the playing field.
  • FTC Centerstage - Quicklinks & Game and Season Info about the competition this year

Forums

  • FTC Community - Specifically for the FTC Robotics Competition, including stuff other than programming
  • StackOverflow - Good for general programming, Java syntax, and general bugs you find, but not stuff to do with the FTC.

Clone this wiki locally