Skip to content

Adding a Subsystem

Doug Wegscheid edited this page Jan 20, 2025 · 3 revisions

Adding a Subsystem

  • make a copy of an existing subsystem and rename it to your liking. You will need to fix the class name, the name of the constructor, and the file name (they all need to match).
  • you will need to add the declaration for the new subsystem to RobotContainer.java, and you will need to instantiate the new subsystem inside the makeSubsystems() method in RobotContainer.java.

Clone this wiki locally