Important Java Concepts
The content this project covers is in Java. In this tutorial we will not go over Java; there are great online resources for learning. For writing code for an FRC robot, it's expected that you are very familiar with Object-Oriented Programming (classes, objects, etc.) and Control Flow (the order in which the program is ran). It is also suggested you are familiar with Advanced Data Structures, and small stuff like DoubleSuppliers.
If you aren't familiar with OOP or Control Flow, it's advised that you either learn Java through self-teaching, or maybe consider following tutorials throughout the internet.
Last updated