Chapter 1 - Intro to FRC & FRC Programming

Section 1.1

1.1 - Course Introduction

This lesson introduces the FIRST Robotics Competition (FRC), its structure, key robot components, and the basics of programming with WPILib to prepare for hands-on robot control.

Section 1.2

1.2 - Downloading FRC Utilities

This lesson provides a step-by-step guide to downloading and setting up essential FRC programming tools, including WPILib, FRC Game Tools, Tuner X, GitHub Desktop, and Pathplanner, ensuring you're ready to program your robot effectively.

Section 1.2+

1.2+ - Intro to GitHub

This lesson introduces Git and GitHub, tools for version control and collaboration. You’ll learn Git commands like commit, fetch, push, pull, and merge, and see how GitHub simplifies these processes by providing a platform for storing and sharing code repositories with your team.