Skip to content

Commit

Permalink
Merge pull request #116 from frc937/javadoc-fix
Browse files Browse the repository at this point in the history
fix AimWithLimelight param
  • Loading branch information
quackitsquinn authored Mar 8, 2024
2 parents c7462b0 + b964fb8 commit b7e9c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/commands/AimWithLimelight.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public class AimWithLimelight extends Command {
* @param turnDoneThreshold The threshold in degrees when we consider the aiming done.
* @param distanceDoneThreshold The threshold in inches when we consider the aiming done.
* @param targetHeight The height of the target off the floor.
* @param pipelineNumber The pipeline to use while aiming
*/
public AimWithLimelight(
Limelight limelight,
Expand Down

0 comments on commit b7e9c7b

Please sign in to comment.