Skip to content

Commit

Permalink
added setAngle to AutoAim
Browse files Browse the repository at this point in the history
  • Loading branch information
cherriae committed Jan 25, 2024
1 parent 40b9b1e commit c545900
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/frc/robot/commands/shooter/AutoAim.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ public void execute() {
}

SmartDashboard.putNumber("ANGLE", shooterAngle);

_shooter.setAngle(shooterAngle);
}

// Called once the command ends or is interrupted.
Expand Down

0 comments on commit c545900

Please sign in to comment.