Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
chore: Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenheroux committed Apr 28, 2024
1 parent bde4bdc commit ee05045
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/frc/robot/arm/Arm.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public class Arm extends Subsystem {
.withMotionProfileConfig(
new MotionProfileConfig()
.withMaximumVelocity(Units.degreesToRotations(240.0)) // rotations per second
.withMaximumAcceleration(Units.degreesToRadians(240.0)) // rotations per second per second
.withMaximumAcceleration(
Units.degreesToRadians(240.0)) // rotations per second per second
)
.withFeedforwardConfig(
new FeedforwardControllerConfig()
Expand Down

0 comments on commit ee05045

Please sign in to comment.