Skip to content

Commit c782a71

Browse files
remove comment
#107 (comment) Co-authored-by: CoolSpy3 <55305038+CoolSpy3@users.noreply.github.com>
1 parent 256b86c commit c782a71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/carlmontrobotics/lib199/swerve/SwerveModuleSim.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ public SwerveModuleSim(int drivePortNum, double driveGearing, double driveMoiKgM
3939
driveEncoderSim = new SimDeviceSim("CANEncoder:CANSparkMax", drivePortNum);
4040
DCMotor dcmotor = DCMotor.getNEO(1);
4141
drivePhysicsSim = new DCMotorSim(LinearSystemId.createDCMotorSystem(dcmotor, driveMoiKgM2, driveGearing), dcmotor);//FIXME WHAT DO WE WANT THE MEASUREMENT STDDEVS TO BE? (LAST ARG)
42-
43-
// drivePhysicsSim = new DCMotorSim(DCMotor.getNEO(1), driveGearing, driveMoiKgM2);
4442
this.driveGearing = driveGearing;
4543

4644
turnMotorSim = new SimDeviceSim("CANMotor:CANSparkMax", turnMotorPortNum);

0 commit comments

Comments
 (0)