Skip to content

Commit

Permalink
Fix: Removed unfinished config line in ArmIOPrototype
Browse files Browse the repository at this point in the history
  • Loading branch information
Steggoo committed Feb 9, 2024
1 parent 8910521 commit 6164f3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/frc/robot/subsystems/arm/ArmIOPrototype.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public ArmIOPrototype() {
// config for the shoulder joint
config.Feedback.SensorToMechanismRatio = 125.0 * (60.0 / 18.0);

config.CurrentLimits.
config.Voltage.PeakForwardVoltage = 12;
config.Voltage.PeakReverseVoltage = -12;

Expand Down

0 comments on commit 6164f3d

Please sign in to comment.