FRC-Sonic-Squirrels / 2023-Robot-Code

2023 FRC Season robot code for team 2930, the Sonic Squirrels
MIT License
8 stars 0 forks source link

StingerSubsystem #38

Closed miamanzella closed 1 year ago

miamanzella commented 1 year ago

main subsystem code done, now working on commands

LuminousLlama commented 1 year ago

Change StingerSetHeight to StingerSetLength

Look at how the ElevatorSetHeight constructors are and mimic those, its a slightly cleaner design

miamanzella commented 1 year ago

I agree it was a much more efficient way to set up multiple constructors. The changes you requested are now done.