Skip to content

Commit

Permalink
change motors to krakens
Browse files Browse the repository at this point in the history
  • Loading branch information
SirBeans committed Jan 29, 2024
1 parent bdc5bcc commit 84e9b2f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ import org.team4099.lib.units.perMinute
object FlywheelIOSim : FlywheelIO {
private val flywheelRightSim: FlywheelSim =
FlywheelSim(
DCMotor.getFalcon500(2),
DCMotor.getKrakenX60Foc(2),
FlywheelConstants.LEFT_GEAR_RATIO,
FlywheelConstants.INERTIA.inKilogramsMeterSquared
)

private val flywheelLeftSim: FlywheelSim =
FlywheelSim(
DCMotor.getFalcon500(2),
DCMotor.getKrakenX60Foc(2),
FlywheelConstants.RIGHT_MOTOR_REVOLUTIONS_PER_FLYWHEEL_REVOLUTIONS,
FlywheelConstants.INERTIA.inKilogramsMeterSquared
)
Expand Down

0 comments on commit 84e9b2f

Please sign in to comment.