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
{{ message }}
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
This is a problem because we can't control multiple parts of the shooter at the same time. (ie if we have 2 separate commands for controlling the arm and the flywheel, they can't be run at the same time because they both require the same subsystem)
This could be fixed by moving logic into the periodic() method of the subsystem.
The text was updated successfully, but these errors were encountered:
This is a problem because we can't control multiple parts of the shooter at the same time. (ie if we have 2 separate commands for controlling the arm and the flywheel, they can't be run at the same time because they both require the same subsystem)
This could be fixed by moving logic into the
periodic()
method of the subsystem.The text was updated successfully, but these errors were encountered: