Team2590 / FRC2024-Robot-Code

2024 Robot Code for KRONOS - Nemesis 2590
https://frc2590.com/
GNU General Public License v3.0
1 stars 0 forks source link

Address Superstructure Idle case #113

Closed aheulitt closed 8 months ago

aheulitt commented 8 months ago

The idle case is hard to work with right now. Basically we should split the idle case into "has note" and "does not have note"

If the robot has a note, we should really only be stopping the intake. Stopping the shooter and arm prevents us from "priming the shooter/arm"

If we don't have a note, I think setting the shooter to stopped, and arm to home still makes a lot of sense