diff --git a/javadoc/allclasses-index.html b/javadoc/allclasses-index.html index 1ca9010c..1bad490d 100644 --- a/javadoc/allclasses-index.html +++ b/javadoc/allclasses-index.html @@ -59,7 +59,9 @@

All Classes and Interfaces<
Uses the Limelight to aim the bot to the Amp and then deposits the note into the Amp.
AimWithLimelight
-
 
+
+
Aims with the limelight towards an object.
+
Constants
The Constants class provides a convenient place for teams to hold robot-wide numerical or boolean diff --git a/javadoc/frc/robot/commands/AimWithLimelight.html b/javadoc/frc/robot/commands/AimWithLimelight.html index eb06b6fc..f50c0810 100644 --- a/javadoc/frc/robot/commands/AimWithLimelight.html +++ b/javadoc/frc/robot/commands/AimWithLimelight.html @@ -83,6 +83,7 @@

Class AimWithLimelight


public class AimWithLimelight extends edu.wpi.first.wpilibj2.command.Command
+
Aims with the limelight towards an object.
    diff --git a/javadoc/frc/robot/commands/drive/DriveFieldOrientedHeadingSnapping.html b/javadoc/frc/robot/commands/drive/DriveFieldOrientedHeadingSnapping.html index ef127c1a..f5e6c7b2 100644 --- a/javadoc/frc/robot/commands/drive/DriveFieldOrientedHeadingSnapping.html +++ b/javadoc/frc/robot/commands/drive/DriveFieldOrientedHeadingSnapping.html @@ -184,7 +184,7 @@

    DriveFieldOrientedHeadingSnapping

    command more versatile.
Parameters:
-
xSupplier - The joystick value for the Y axis. [-1, 1] left positive.
+
xSupplier - The joystick value for the X axis. [-1, 1] left positive.
ySupplier - The joystick value for the Y axis. [-1, 1] back positive.
zSupplier - The joystick value for the Z axis. [-1, 1] counterclockwise positive.
upSupplier - If true, the robot heading will be set to move towards the opposing alliance diff --git a/javadoc/frc/robot/commands/package-summary.html b/javadoc/frc/robot/commands/package-summary.html index 91637287..851ff30a 100644 --- a/javadoc/frc/robot/commands/package-summary.html +++ b/javadoc/frc/robot/commands/package-summary.html @@ -91,7 +91,9 @@

Package frc.robot.commands<
Uses the Limelight to aim the bot to the Amp and then deposits the note into the Amp.

AimWithLimelight
-
 
+
+
Aims with the limelight towards an object.
+
DeployUrMom
Prints "your mom"
diff --git a/javadoc/index-all.html b/javadoc/index-all.html index 5fa5a21d..479982ff 100644 --- a/javadoc/index-all.html +++ b/javadoc/index-all.html @@ -63,7 +63,9 @@

A

AimingLimelight() - Constructor for class frc.robot.Constants.Limelight.AimingLimelight
 
AimWithLimelight - Class in frc.robot.commands
-
 
+
+
Aims with the limelight towards an object.
+
AimWithLimelight(Limelight, double, double, double, double, double, double, double, double, double) - Constructor for class frc.robot.commands.AimWithLimelight
Creates a new command to aim with the Limelight.