RobotCasserole1736 / RobotCasserole2024

Main 2024 Robot Code for FRC Team 1736 Robot Casserole
https://robotcasserole.org
MIT License
1 stars 2 forks source link

GamePieceHandling needs to run intake while shooting #35

Closed gerth2 closed 9 months ago

gerth2 commented 9 months ago

When shooting, generally, the sequence should be:

1) Run the shooter wheels 2) Keep running them until they're at the desired speed 3) Once we're at the desired speed, run the intake at some speed to "feed" the gamepiece into the shooter wheel

This should happen automatically - the driver should just be hitting the "shoot" button. As long as it's held, always run the shooter (1), but conditionally feed the gampiece based on shooter speed (3)