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
Currently it is possible for the algae to trigger the limit switch which advances the state machine, but it isn't in firmly enough to keep it pressed. This means that the injectors don't keep back driving as they should.
Suggested fix is to have a member variable for algae_present and set it when the limit switch is pressed, and clear it with the shooting state machine.
The text was updated successfully, but these errors were encountered:
Currently it is possible for the algae to trigger the limit switch which advances the state machine, but it isn't in firmly enough to keep it pressed. This means that the injectors don't keep back driving as they should.
Suggested fix is to have a member variable for
algae_present
and set it when the limit switch is pressed, and clear it with the shooting state machine.The text was updated successfully, but these errors were encountered: