Programming
Resources
Learning to program
These are great starting places to learn java!
https://en.wikibooks.org/wiki/Java_Programming
Setting up your workstation
All applications and tools you will need to program for frc!
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 programming in frc
Java is the most popular language in frc we recommend you start here!
https://docs.wpilib.org/en/stable/docs/zero-to-robot/introduction.html
General WPILIB documentation
Everything you need to get started coding a robot!
https://docs.wpilib.org/en/stable/
https://github.com/wpilibsuite/allwpilib
Command based framework example
Command Based Framework Example
https://github.com/BadRobots1014/BadRobot2013/wiki/Command-Based-Structure
