Skip to content

Commit

Permalink
Fixed compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
BrownGenius committed Mar 25, 2024
1 parent 8e711ff commit 1de57fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/frc/robot/subsystems/arm/ArmSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ public void setAngle(double degrees) {
// The angle is within the range and is set
this.targetDegrees = degrees;
}
this.targetVelocityDegreesPerSecond = velocityDegreesPerSecond;

// We instantiate a new object here each time because constants can change when being tuned.
feedforward = new ArmFeedforward(kS, kG, kV, kA);
Expand Down

0 comments on commit 1de57fb

Please sign in to comment.