Programming Resources
Team Calendar
Programming Resources
These are good resources for learning general Java knowledge
https://en.wikibooks.org/wiki/Java_Programming
Setting up your workstation
https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/wpilib-setup.html
https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/frc-game-tools.html
https://github.com/wpilibsuite/allwpilib/releases
Introduction to Java programming in FRC (Java is most popular we recommend you start here)
https://docs.wpilib.org/en/stable/docs/zero-to-robot/introduction.html
WPILib General docs. Everything you need to get started coding a robot!
https://docs.wpilib.org/en/stable/
https://github.com/wpilibsuite/allwpilib
Command Based Framework Example
https://github.com/BadRobots1014/BadRobot2013/wiki/Command-Based-Structure
Use Visual Studio Code's online IDE if you don't have access to it's application