Skip to content

Commit

Permalink
!
Browse files Browse the repository at this point in the history
  • Loading branch information
PGgit08 committed Mar 28, 2024
1 parent 60b432d commit b3913b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/frc/robot/commands/auto/NoteAlign.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ public void execute() {
noteX = noteAngles.get()[0];
}

if (_headingController.atSetpoint()) {

} else {
if (!_headingController.atSetpoint()) {

} else {

}

double rotationVelocity = MathUtil.clamp(
Expand Down

0 comments on commit b3913b8

Please sign in to comment.