Skip to content

Commit

Permalink
[#208] fix build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilok1 authored Apr 19, 2024
1 parent 17c8777 commit fa7dcd1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/frc/robot/subsystems/Flywheel.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ public Flywheel() {
bottomMotor.configPIDF(1, FlywheelConstants.BOTTOM_1_MOTOR_KP, FlywheelConstants.BOTTOM_1_MOTOR_KI,
FlywheelConstants.BOTTOM_1_MOTOR_KD, FlywheelConstants.BOTTOM_1_MOTOR_KS, FlywheelConstants.BOTTOM_1_MOTOR_KV);

MotorSim topMotorSim = new MotorSim(DCMotor.getFalcon500(2), FlywheelConstants.GEAR_RATIO);

topMotor.applyConfig();
bottomMotor.applyConfig();

Expand Down

0 comments on commit fa7dcd1

Please sign in to comment.