TripleHelixProgramming / Crescendo

Triple Helix's code for the 2024 FRC Crecendo season
MIT License
1 stars 0 forks source link

Remove unnecessary differentialDrive climber #137

Closed nlaverdure closed 6 months ago

nlaverdure commented 6 months ago

136 disables differential climber actuator control

If this feature is no longer needed, the actuators can now always be controlled in sync

nlaverdure commented 6 months ago

Note, the differentialdrive logic may still be useful if we wanted to keep the 2 actuators balanced during a climb, given #133