FTC Resources - https://www.firstinspires.org/resource-library/ftc/game-and-season-info This page also has links to programming resources & building resources.
FTC-docs page - https://ftc-docs.firstinspires.org/ It has generic FTC related info in ReadTheDocs format.
Game Manual 0, website to help rookie teams - https://gm0.org/en/latest/index.html
Game Manual 1 // Game Manual 2
Mentor Manual PDF - the pdf also has a section to maintain Engineering notebook from which the team has to create their Engineering Portfolio (has largely remained same from last year). Volunterr Resources
Team Judging Self Reflection PDF
REV Hardware client - https://docs.revrobotics.com/rev-hardware-client/
Android FTC-RC (to get the .apk file) - https://github.com/FIRST-Tech-Challenge/FtcRobotController -> Releases Via Android Studio instructions - https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Installing-Android-Studio
Team GitHub repository _ clone from it and work on your copy.
This website to go into java - android - FTC specific programming …
Sample programs:
4-motor Omni-Directional - https://github.com/FIRST-Tech-Challenge/FtcRobotController/blob/master/FtcRobotController/src/main/java/org/firstinspires/ftc/robotcontroller/external/samples/BasicOmniOpMode_Linear.java
Camera Setup - https://github.com/ftctechnh/ftc_app/wiki/Using-an-External-Webcam-with-Control-Hub
This yt playlist to just start out the basics … https://youtube.com/playlist?list=PLRsIP4cZ9GAOz4IDqUNzhXsp_Vs7tkkFb
And this set of videos show how to use the simulator to test your code.
'A student on our FTC team just finished and published an unofficial “FTC Scorer 2022-23” app for iOS devices. Our team wanted something to allow them to quickly randomize, time, and score practice matches (without the coach logging in and complexities of the official scoring software), so one of our students wrote an app herself. https://apps.apple.com/us/app/ftc-scorer-2022-23/id6443686461'