top of page
FRC Programming Resources

The FRC Programming Resources page is a set of tutorials that are meant to help FRC teams program their robots using java. By following along with these tutorials, teams should be able to do most things with there robots. The tutorials start from the very beginning. Starting with driving and dynamic user input, to using other subsystem components like air cylinders. The first tutorial shows you how to set everything up for your robot/enviornment. The second shows you java basics. After the first two, the FRC programming will begin.

1. Setting Everything Up

Download and install everything that you need in order to get your FRC robot up and running! Required

2. Java Basics

Watch this playlist full of videos on java basics! After watching this video, you should be able to follow along my other tutorials very quickly! This tutorial is not required, but it is recommended.

3. Joystick/Controller Input

This will teach you how to get input from the user. You will be able to use Joysticks, Controllers (Xbox Controllers), as user input. You will learn how to control your robot by joystick movement or button presses.

â—„

1 / 1

â–º

Please reload

bottom of page