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 was archived by the owner on May 11, 2025. It is now read-only.
To get color sensing working in combination with the CDS state machine, we made the eject check be able to interrupt an advance in progress. This introduced a corner case when one ball is being advanced and an incorrect colored ball is taken in at the same time.
The eject occurs in this case, but the advance is then canceled for the other ball.
Noting to potentially look at later, but impact/priority is low
To get color sensing working in combination with the CDS state machine, we made the eject check be able to interrupt an advance in progress. This introduced a corner case when one ball is being advanced and an incorrect colored ball is taken in at the same time.
The eject occurs in this case, but the advance is then canceled for the other ball.
Noting to potentially look at later, but impact/priority is low