team5735 / FRC-2024

FRC 2024 season robot code base
Other
1 stars 0 forks source link

Climber button conflict #1

Closed 2jingleigit closed 8 months ago

2jingleigit commented 9 months ago

Right now the left and right climber up and down controls override each other. If you're using right and then you press left, right stops. Left and right should work independently.

JacobyIA commented 8 months ago

Should be fixed by splitting the climber into two subsystems, as was done in prior years (has to do with the way commandScheduler works with subsystems, one command per subsystem at any time and interrupting older ones, causing stops)

JacobyIA commented 8 months ago

c739a206dbad56c49f9149f858e039ef747898a2