You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.