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 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.