Skip to content

Adding a Subsystem

Doug Wegscheid edited this page Feb 19, 2022 · 3 revisions
  • make a copy of an existing subsystem and renaming it to your liking. You will need to fix the class name, the name of the contructor, and the file name (they all need to match).
  • you will need to add the declaration for the new subsystem to Robot.java, and you will need to instantiate the new subsystem inside the robotInit() method in Robot.java.

Clone this wiki locally