Skip to content

Commit

Permalink
setArmTarget changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonS09 committed Mar 3, 2024
1 parent 3e3f011 commit baf30a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/carlmontrobotics/subsystems/Arm.java
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ private void driveArm(double goalAngle){

public void setArmTarget(double targetPos) {
targetPos = getArmClampedGoal(targetPos);

armProfile = new TrapezoidProfile(TRAP_CONSTRAINTS);


goalState.position = targetPos;
Expand Down

0 comments on commit baf30a2

Please sign in to comment.