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
The commands for raising/lowering and pinching/releasing the intake never return true in isFinished. I think this is the reason they remain active and the operator control doesn't allow both at the same time. We need to change this so the intake wheels can be spun up before or while pinching/releasing the intake. I think simply returning true in the commands' isFinished methods will work because as long as execute is ran once it's fine (the solenoid only needs to be set once).
The text was updated successfully, but these errors were encountered:
The commands for raising/lowering and pinching/releasing the intake never return true in
isFinished
. I think this is the reason they remain active and the operator control doesn't allow both at the same time. We need to change this so the intake wheels can be spun up before or while pinching/releasing the intake. I think simply returning true in the commands'isFinished
methods will work because as long asexecute
is ran once it's fine (the solenoid only needs to beset
once).The text was updated successfully, but these errors were encountered: