Skip to content

Commit

Permalink
driveArm
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonS09 committed Mar 3, 2024
1 parent 24c1634 commit 058095a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/carlmontrobotics/subsystems/Arm.java
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public void periodic() {


autoCancelArmCommand();
driveArm(goalState.position);
}

public TrapezoidProfile.State calculateCustomSetPoint(double goalSeconds, TrapezoidProfile.State currentPoint, TrapezoidProfile.State goalState) {
Expand Down

0 comments on commit 058095a

Please sign in to comment.