Skip to content

Commit

Permalink
Merge pull request #76 from frc937/javdoc-for-aimWithLimelight
Browse files Browse the repository at this point in the history
javadoc
  • Loading branch information
Jack-Haefele authored Feb 20, 2024
2 parents 2928374 + d904992 commit 73e4f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 @@ -17,6 +17,7 @@
import frc.robot.subsystems.Drive;
import frc.robot.subsystems.Limelight;

/** Aims with the limelight towards an object. */
public class AimWithLimelight extends Command {
private Drive drive;
private Limelight limelight;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class DriveFieldOrientedHeadingSnapping extends Command {
* Drives the robot field oriented with heading snapping. All values are suppliers to make the
* command more versatile.
*
* @param xSupplier The joystick value for the Y axis. [-1, 1] left positive.
* @param xSupplier The joystick value for the X axis. [-1, 1] left positive.
* @param ySupplier The joystick value for the Y axis. [-1, 1] back positive.
* @param zSupplier The joystick value for the Z axis. [-1, 1] counterclockwise positive.
* @param upSupplier If true, the robot heading will be set to move towards the opposing alliance
Expand Down

0 comments on commit 73e4f2d

Please sign in to comment.