Team3256 / FRC_Programming_2022

Team 3256's 2022 FRC Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements for Auto

StarDylan opened this issue · comments

Pretty much all subsystems are required in order to run auto, or else it will error out. We should Implement a way to specify what subsystems a Path will use, so we only instantiate the ones that we enable.

Fixed in #131