FRC2706 / 2019-2706-Robot-Code

The main robot code for the FIRST 2019 challenge: Deep Space
MIT License
2 stars 0 forks source link

Separate class for keeping track of a pneumatic piston #159

Closed KyleRAnderson closed 5 years ago

KyleRAnderson commented 5 years ago

In the modified-climber-testing branch, I quickly made a PneumaticPiston class for more easily controlling pneumatic pistons... and I realized it could be pretty useful to do that for pretty much all of this year's robot's pneumatics.

Having the piston itself deal with determining its current state and how to get to the desired state makes things much cleaner.

Definitely not a priority but something to consider for later.

ryanlarkin commented 5 years ago

Closed by #162