Arctos6135 / frc-2024

Other
1 stars 1 forks source link

Add ShooterIOSim class #28

Closed n-arms closed 7 months ago

n-arms commented 7 months ago

This will require a lot of reading rather poorly written documentation, so good luck.

Use wpilib's FlywheelSim to create a simulation implementation of ShooterIO. You should only need to set up the simulation using the constructor, call the setInputVoltage method when the voltage is set, and call the update method during the updateInputs call of ShooterIOSim, similar to in DrivetrainIOSim.