FTC Programming Springboard

Welcome to FTC! No experience in particular is required.

All links (except Navigation below) open in a new tab.

Currently, this page might be hard to read on a phone. Mobile readability is a goal we have in mind when updating the Springboard going forward.

Last (meaningfully) updated 8-31-23

Last patched 1-14-23


Legend:

Topic
- Description

Most topics have three options: Overview, Reference, and Visualize. Occasionally the format differs to accomodate certain materials.

If the material is hosted on this site, a (same tab) link will appear.




Choose a Programming Environment
- It's worth setting it up now so you can just think about code later.

If you are a brand new programmer, look for someone to consult with regarding whether you should start with Blocks or Java. The best person to talk to would be a friend or family member who is a programmer, because they know you well. If you don't know any programmers, ask your team's mentors. They will know the benefits and drawbacks of both methods and can help you learn in a way that will make it easier for you to work with the rest of the team. If nobody around you actually knows much about this, see this list:

If you decided on Blocks, you will be interacting directly with the Robot Controller. You can safely ignore the Android Studio section of this page. If you chose Java, there are two environments available. There is no difficulty gradient between the two, and for consistency, you should choose the one that the rest of your team already uses.




Connecting to a Robot Controller
- Get to Blocks, OnBotJava, and configuration


Setting Up and Using Android Studio
- REV Control Hubs are Android devices, and this IDE (Integrated Development Environment) is used to write and build code that runs on them.


Java
- Learn the basics of the language and Object-Oriented Programming (OOP)


FtcRobotController
- The SDK created by FIRST which provides functions to interact with the robot


More Resources

You will never memorize everything. You have already become a confident programmer when you can gather the information you need to complete a task on your own. Plenty of good resources are available on the internet, and here's a few reliable sources to help you start exploring. Additionally, a great project for your first off-season is to just go make something - perhaps a well-made OpMode or an interface you wish you had during the season - that requires knowledge and expertise you don't have yet. Once you start looking up how to do a few things, you will soon find a few reliable resources that you can turn to.

When you can learn new things on your own, you don't need the Springboard anymore! Enjoy your time as a confident FTC programmer!


Additional resource compilations


Back to Top