Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Methods in ShooterSubsystem need to be called periodically #112

Open
LeonardAbbas opened this issue Mar 11, 2022 · 0 comments
Open

Methods in ShooterSubsystem need to be called periodically #112

LeonardAbbas opened this issue Mar 11, 2022 · 0 comments

Comments

@LeonardAbbas
Copy link
Contributor

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.

@ProgrammingSR ProgrammingSR added help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Mar 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants