Skip to main content

Sim Docs

teach you frc programming like youre 5 yrs old

WPILib

WPILib is the official FRC robotics library, providing the core APIs for motor control, sensor input, and robot code structure.

Java

Java is the programming language used to write the robot's code, providing the logic that controls its behavior.

Git

Git is the version control system used to manage the team's codebase, enabling collaborative development without conflicting changes.