Programming resources for FIRST Robotics team 1318
Robots in FRC tend to have a small set of components we want to use, which can be arranged in many ways to make complex mechanisms. These mechanisms are typically designed before the code for them is written, so you should know what they’re composed of by the time you write any code. We’ll list a few of these components here and explain what they do and how we typically use them.