Skip to content

Commit

Permalink
Merge branch 'shooter' of https://github.com/SciBorgs/Crescendo-2024
Browse files Browse the repository at this point in the history
…into shooter
  • Loading branch information
michaelx0281 committed Jan 22, 2024
2 parents 2d0f591 + 59aa319 commit aa01777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/sciborgs1155/robot/shooter/Shooter.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public Command climb(double goalAngle) {
new TrapezoidProfile.Constraints(
ClimbConstants.MAX_VELOCITY, ClimbConstants.MAX_ACCEL));
ArmFeedforward ff = new ArmFeedforward(ClimbConstants.kS, ClimbConstants.kG, ClimbConstants.kV);

return run(() ->
pivot.setVoltage(
pid.calculate(pivot.getPosition(), goalAngle)
Expand Down

0 comments on commit aa01777

Please sign in to comment.