RobotCasserole1736 / RobotCasserole2024

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

Singer Motion Sequencing #24

Closed gerth2 closed 9 months ago

gerth2 commented 9 months ago

The singer control class needs to sequence motion. The angle can't change when you're below a certain height. The height has to go up before the angle is allowed to change, and the angle must be at the "intake" angle before descending below that height.

Consider creating a "lockout" mode where we do not move motors when the signer ends up in a position where rotating is dangerous.?

Alternatively, if the angle is not correct, just drive upward until you can rotate, then rotate.