Skip to content

Commit

Permalink
Remove software limit switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma03L committed Feb 9, 2025
1 parent 18cd20c commit 4217a8a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,4 @@ var MOTOR_CONFIG =
StatorCurrentLimit = 160.0
SupplyCurrentLimit = 80.0
}
SoftwareLimitSwitch.apply {
ForwardSoftLimitEnable = true
ReverseSoftLimitEnable = true
ForwardSoftLimitThreshold = FOLDED_ANGLE.`in`(Units.Rotations)
ReverseSoftLimitThreshold = UNFOLDED_ANGLE.`in`(Units.Rotations)
}
}

0 comments on commit 4217a8a

Please sign in to comment.