Skip to content

Commit

Permalink
Added LinearProfile.java
Browse files Browse the repository at this point in the history
Use LinearProfile for flywheels
  • Loading branch information
suryatho committed Feb 15, 2024
1 parent ca94b07 commit c5082a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private void configureButtonBindings() {
new Trigger(
() ->
drive.isAutoAimGoalCompleted()
&& flywheels.atSetpoint()
&& flywheels.atGoal()
&& superstructure.atArmSetpoint());
readyToShootTrigger
.whileTrue(
Expand Down

0 comments on commit c5082a9

Please sign in to comment.