From 8d0b4d933277448d245d004f66172ac8b12a365e Mon Sep 17 00:00:00 2001
From: BrownGenius <49494444+BrownGenius@users.noreply.github.com>
Date: Wed, 6 Mar 2024 20:09:06 +0000
Subject: [PATCH] =?UTF-8?q?Deploying=20to=20javadoc=20from=20@=20DevilBotz?=
=?UTF-8?q?2876/Crescendo2024@ce5db0651a51faacee076ab038f6c564d0298abc=20?=
=?UTF-8?q?=F0=9F=9A=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
javadoc/allclasses-index.html | 128 ++++----
javadoc/allpackages-index.html | 24 +-
javadoc/constant-values.html | 10 +-
javadoc/element-list | 4 +
javadoc/frc/robot/RobotContainer.html | 13 +-
.../frc/robot/commands/arm/ArmToPosition.html | 25 +-
.../robot/commands/arm/ArmToPositionTP.html | 4 +
.../robot/commands/arm/package-summary.html | 10 +-
.../frc/robot/commands/arm/package-tree.html | 1 -
.../frc/robot/commands/assist/IndexPiece.html | 16 +-
.../commands/assist/PrepareForIntake.html | 26 +-
.../commands/assist/PrepareForScore.html | 22 +-
.../frc/robot/commands/assist/ProtectArm.html | 132 ++++++++
.../frc/robot/commands/assist/ScorePiece.html | 12 +
.../commands/assist/package-summary.html | 4 +-
.../robot/commands/assist/package-tree.html | 11 +-
.../{shooter => debug}/TestShooterAngle.html | 20 +-
.../robot/commands/debug/package-summary.html | 81 +++++
.../robot/commands/debug/package-tree.html | 74 +++++
.../robot/commands/drive/DriveCommand.html | 16 +
.../commands/intake/package-summary.html | 4 +-
.../robot/commands/intake/package-tree.html | 1 -
.../commands/shooter/package-summary.html | 4 -
.../robot/commands/shooter/package-tree.html | 2 -
.../AlignToTarget.html} | 52 ++-
.../commands/vision/package-summary.html | 81 +++++
.../robot/commands/vision/package-tree.html | 74 +++++
.../config/RobotConfig.ArmConstants.html | 49 ++-
.../config/RobotConfig.DriveConstants.html | 40 ++-
.../config/RobotConfig.ShooterConstants.html | 32 +-
javadoc/frc/robot/config/RobotConfig.html | 81 ++++-
.../frc/robot/config/RobotConfigInferno.html | 41 ++-
.../frc/robot/config/RobotConfigPhoenix.html | 5 +-
.../frc/robot/config/RobotConfigSherman.html | 5 +-
javadoc/frc/robot/config/RobotConfigStub.html | 5 +-
javadoc/frc/robot/config/package-summary.html | 4 +-
javadoc/frc/robot/controls/DebugControls.html | 157 ++++++++++
.../DriverControls.html} | 104 +++---
javadoc/frc/robot/controls/PitControls.html | 157 ++++++++++
javadoc/frc/robot/controls/SysIdControls.html | 157 ++++++++++
.../frc/robot/controls/package-summary.html | 102 ++++++
javadoc/frc/robot/controls/package-tree.html | 73 +++++
javadoc/frc/robot/package-summary.html | 4 +-
javadoc/frc/robot/subsystems/drive/Drive.html | 67 ++--
.../frc/robot/subsystems/drive/DriveBase.html | 2 +-
.../subsystems/drive/DriveSwerveYAGSL.html | 63 ++--
.../robot/subsystems/drive/DriveTrain.html | 2 +-
.../vision/Vision.VisionPose.html} | 154 +++++----
.../frc/robot/subsystems/vision/Vision.html | 224 +++++++++++++
.../robot/subsystems/vision/VisionCamera.html | 133 ++++++++
.../subsystems/vision/VisionSubsystem.html | 296 ++++++++++++++++++
.../subsystems/vision/package-summary.html | 93 ++++++
.../robot/subsystems/vision/package-tree.html | 82 +++++
.../frc/robot/util/RobotState.DriveMode.html | 220 +++++++++++++
.../frc/robot/util/RobotState.TargetMode.html | 220 +++++++++++++
javadoc/frc/robot/util/RobotState.html | 238 ++++++++++++++
javadoc/frc/robot/util/package-summary.html | 20 +-
javadoc/frc/robot/util/package-tree.html | 16 +
javadoc/index-all.html | 247 ++++++++++++---
javadoc/index.html | 24 +-
javadoc/member-search-index.js | 2 +-
javadoc/overview-tree.html | 29 +-
javadoc/package-search-index.js | 2 +-
javadoc/type-search-index.js | 2 +-
64 files changed, 3560 insertions(+), 443 deletions(-)
create mode 100644 javadoc/frc/robot/commands/assist/ProtectArm.html
rename javadoc/frc/robot/commands/{shooter => debug}/TestShooterAngle.html (86%)
create mode 100644 javadoc/frc/robot/commands/debug/package-summary.html
create mode 100644 javadoc/frc/robot/commands/debug/package-tree.html
rename javadoc/frc/robot/commands/{shooter/ShooterEnable.html => vision/AlignToTarget.html} (76%)
create mode 100644 javadoc/frc/robot/commands/vision/package-summary.html
create mode 100644 javadoc/frc/robot/commands/vision/package-tree.html
create mode 100644 javadoc/frc/robot/controls/DebugControls.html
rename javadoc/frc/robot/{commands/intake/IntakeBaseCommand.html => controls/DriverControls.html} (55%)
create mode 100644 javadoc/frc/robot/controls/PitControls.html
create mode 100644 javadoc/frc/robot/controls/SysIdControls.html
create mode 100644 javadoc/frc/robot/controls/package-summary.html
create mode 100644 javadoc/frc/robot/controls/package-tree.html
rename javadoc/frc/robot/{commands/arm/ArmToPositionDebug.html => subsystems/vision/Vision.VisionPose.html} (54%)
create mode 100644 javadoc/frc/robot/subsystems/vision/Vision.html
create mode 100644 javadoc/frc/robot/subsystems/vision/VisionCamera.html
create mode 100644 javadoc/frc/robot/subsystems/vision/VisionSubsystem.html
create mode 100644 javadoc/frc/robot/subsystems/vision/package-summary.html
create mode 100644 javadoc/frc/robot/subsystems/vision/package-tree.html
create mode 100644 javadoc/frc/robot/util/RobotState.DriveMode.html
create mode 100644 javadoc/frc/robot/util/RobotState.TargetMode.html
create mode 100644 javadoc/frc/robot/util/RobotState.html
diff --git a/javadoc/allclasses-index.html b/javadoc/allclasses-index.html
index fec3fda9..df21e7f8 100644
--- a/javadoc/allclasses-index.html
+++ b/javadoc/allclasses-index.html
@@ -59,26 +59,22 @@
-
-commandsToShuffleboard
-public void commandsToShuffleboard()
-
-
diff --git a/javadoc/frc/robot/commands/arm/ArmToPosition.html b/javadoc/frc/robot/commands/arm/ArmToPosition.html
index 296eb4cd..97f67018 100644
--- a/javadoc/frc/robot/commands/arm/ArmToPosition.html
+++ b/javadoc/frc/robot/commands/arm/ArmToPosition.html
@@ -83,8 +83,6 @@ Class ArmToPosition
public class ArmToPosition
extends edu.wpi.first.wpilibj2.command.Command
-This class uses a widget on Shuffleboard to control the arm setpoint. It is meant to be used for
- debug/test/bring type work.
@@ -132,23 +130,20 @@ Method Summary
void
-
+
void
-
+
-void
-
+boolean
+
-boolean
-
-
Methods inherited from class edu.wpi.first.wpilibj2.command.Command
-addRequirements, alongWith, andThen, andThen, asProxy, beforeStarting, beforeStarting, cancel, deadlineWith, finallyDo, finallyDo, getInterruptionBehavior, getName, getRequirements, getSubsystem, handleInterrupt, hasRequirement, ignoringDisable, initSendable, isScheduled, onlyIf, onlyWhile, raceWith, repeatedly, runsWhenDisabled, schedule, setName, setSubsystem, unless, until, withInterruptBehavior, withName, withTimeout
+addRequirements, alongWith, andThen, andThen, asProxy, beforeStarting, beforeStarting, cancel, deadlineWith, end, finallyDo, finallyDo, getInterruptionBehavior, getName, getRequirements, getSubsystem, handleInterrupt, hasRequirement, ignoringDisable, initSendable, isScheduled, onlyIf, onlyWhile, raceWith, repeatedly, runsWhenDisabled, schedule, setName, setSubsystem, unless, until, withInterruptBehavior, withName, withTimeout
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -208,16 +203,6 @@ isFinished
-
-
-end
-public void end(boolean interrupted)
-
-- Overrides:
-end
in class edu.wpi.first.wpilibj2.command.Command
-
-
-
diff --git a/javadoc/frc/robot/commands/arm/ArmToPositionTP.html b/javadoc/frc/robot/commands/arm/ArmToPositionTP.html
index d70daceb..2d06a210 100644
--- a/javadoc/frc/robot/commands/arm/ArmToPositionTP.html
+++ b/javadoc/frc/robot/commands/arm/ArmToPositionTP.html
@@ -82,6 +82,10 @@ Class ArmToPositionTP
All Implemented Interfaces:
edu.wpi.first.util.sendable.Sendable
+
+- Direct Known Subclasses:
+ProtectArm
+
public class ArmToPositionTP
extends edu.wpi.first.wpilibj2.command.TrapezoidProfileCommand
diff --git a/javadoc/frc/robot/commands/arm/package-summary.html b/javadoc/frc/robot/commands/arm/package-summary.html
index 82b6fad1..d163f132 100644
--- a/javadoc/frc/robot/commands/arm/package-summary.html
+++ b/javadoc/frc/robot/commands/arm/package-summary.html
@@ -68,15 +68,9 @@ Package frc.robot.comma
-
-
This class uses a widget on Shuffleboard to control the arm setpoint.
-
-
-
-
This class uses a widget on Shuffleboard to control the arm setpoint.
-
-
+
+
diff --git a/javadoc/frc/robot/commands/arm/package-tree.html b/javadoc/frc/robot/commands/arm/package-tree.html
index 26975af2..c8e1bb3a 100644
--- a/javadoc/frc/robot/commands/arm/package-tree.html
+++ b/javadoc/frc/robot/commands/arm/package-tree.html
@@ -61,7 +61,6 @@ Class Hierarchy
edu.wpi.first.wpilibj2.command.Command (implements edu.wpi.first.util.sendable.Sendable)
- frc.robot.commands.arm.ArmToPosition
-- frc.robot.commands.arm.ArmToPositionDebug
- edu.wpi.first.wpilibj2.command.TrapezoidProfileCommand
- frc.robot.commands.arm.ArmToPositionTP
diff --git a/javadoc/frc/robot/commands/assist/IndexPiece.html b/javadoc/frc/robot/commands/assist/IndexPiece.html
index 5aeff1f9..90689d89 100644
--- a/javadoc/frc/robot/commands/assist/IndexPiece.html
+++ b/javadoc/frc/robot/commands/assist/IndexPiece.html
@@ -112,8 +112,12 @@ Constructor Summary
@@ -158,9 +162,17 @@ Methods inherited from cl
Constructor Details
-
+
+
+-
IndexPiece
-public IndexPiece(Intake noteIntake)
+public IndexPiece(Intake intake)
diff --git a/javadoc/frc/robot/commands/assist/PrepareForIntake.html b/javadoc/frc/robot/commands/assist/PrepareForIntake.html
index 68788ebf..25d736f6 100644
--- a/javadoc/frc/robot/commands/assist/PrepareForIntake.html
+++ b/javadoc/frc/robot/commands/assist/PrepareForIntake.html
@@ -68,7 +68,7 @@ Class PrepareForIntake
java.lang.Object
edu.wpi.first.wpilibj2.command.Command
-
edu.wpi.first.wpilibj2.command.ParallelCommandGroup
+
edu.wpi.first.wpilibj2.command.SequentialCommandGroup
frc.robot.commands.assist.PrepareForIntake
@@ -80,7 +80,7 @@
Class PrepareForIntake
public class PrepareForIntake
-extends edu.wpi.first.wpilibj2.command.ParallelCommandGroup
+
extends edu.wpi.first.wpilibj2.command.SequentialCommandGroup
@@ -113,6 +113,12 @@ Constructor Summary
+
+
@@ -121,11 +127,11 @@ Constructor Summary
Method Summary
-
Methods inherited from class edu.wpi.first.wpilibj2.command.ParallelCommandGroup
-addCommands, end, execute, getInterruptionBehavior, initialize, isFinished, runsWhenDisabled
+Methods inherited from class edu.wpi.first.wpilibj2.command.SequentialCommandGroup
+addCommands, end, execute, getInterruptionBehavior, initialize, initSendable, isFinished, runsWhenDisabled
Methods inherited from class edu.wpi.first.wpilibj2.command.Command
-addRequirements, alongWith, andThen, andThen, asProxy, beforeStarting, beforeStarting, cancel, deadlineWith, finallyDo, finallyDo, getName, getRequirements, getSubsystem, handleInterrupt, hasRequirement, ignoringDisable, initSendable, isScheduled, onlyIf, onlyWhile, raceWith, repeatedly, schedule, setName, setSubsystem, unless, until, withInterruptBehavior, withName, withTimeout
+addRequirements, alongWith, andThen, andThen, asProxy, beforeStarting, beforeStarting, cancel, deadlineWith, finallyDo, finallyDo, getName, getRequirements, getSubsystem, handleInterrupt, hasRequirement, ignoringDisable, isScheduled, onlyIf, onlyWhile, raceWith, repeatedly, schedule, setName, setSubsystem, unless, until, withInterruptBehavior, withName, withTimeout
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -141,6 +147,16 @@ Methods inherited from cl
Constructor Details
-
+
+
+-
PrepareForIntake
public PrepareForIntake(Arm arm,
diff --git a/javadoc/frc/robot/commands/assist/PrepareForScore.html b/javadoc/frc/robot/commands/assist/PrepareForScore.html
index 288559ee..fd33b2ee 100644
--- a/javadoc/frc/robot/commands/assist/PrepareForScore.html
+++ b/javadoc/frc/robot/commands/assist/PrepareForScore.html
@@ -110,13 +110,11 @@ Constructor Summary
@@ -145,18 +143,12 @@ Methods inherited from cl
Constructor Details
-
-
-
PrepareForScore
-public PrepareForScore(Arm arm,
- Shooter shooter)
-
-
--
-
diff --git a/javadoc/frc/robot/commands/assist/ProtectArm.html b/javadoc/frc/robot/commands/assist/ProtectArm.html
new file mode 100644
index 00000000..ebb14766
--- /dev/null
+++ b/javadoc/frc/robot/commands/assist/ProtectArm.html
@@ -0,0 +1,132 @@
+
+
+
+
+ProtectArm (Crescendo2024 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
edu.wpi.first.wpilibj2.command.Command
+
edu.wpi.first.wpilibj2.command.TrapezoidProfileCommand
+
+
+
+
+
+
+- All Implemented Interfaces:
+edu.wpi.first.util.sendable.Sendable
+
+
+
+
+
+
+
+-
+
+
Nested Class Summary
+
+
Nested classes/interfaces inherited from class edu.wpi.first.wpilibj2.command.Command
+edu.wpi.first.wpilibj2.command.Command.InterruptionBehavior
+
+
+
+-
+
+
Field Summary
+
+
Fields inherited from class edu.wpi.first.wpilibj2.command.Command
+m_requirements
+
+
+
+-
+
+
Method Summary
+
+
+
Methods inherited from class edu.wpi.first.wpilibj2.command.TrapezoidProfileCommand
+end, execute, initialize
+
+
Methods inherited from class edu.wpi.first.wpilibj2.command.Command
+addRequirements, alongWith, andThen, andThen, asProxy, beforeStarting, beforeStarting, cancel, deadlineWith, finallyDo, finallyDo, getInterruptionBehavior, getName, getRequirements, getSubsystem, handleInterrupt, hasRequirement, ignoringDisable, initSendable, isScheduled, onlyIf, onlyWhile, raceWith, repeatedly, runsWhenDisabled, schedule, setName, setSubsystem, unless, until, withInterruptBehavior, withName, withTimeout
+
+
Methods inherited from class java.lang.Object
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
diff --git a/javadoc/frc/robot/commands/assist/ScorePiece.html b/javadoc/frc/robot/commands/assist/ScorePiece.html
index 31690714..a2860067 100644
--- a/javadoc/frc/robot/commands/assist/ScorePiece.html
+++ b/javadoc/frc/robot/commands/assist/ScorePiece.html
@@ -115,6 +115,10 @@ Constructor Summary
+
+
@@ -165,6 +169,14 @@ ScorePiece
Shooter shooter)
+
+
+
diff --git a/javadoc/frc/robot/commands/assist/package-summary.html b/javadoc/frc/robot/commands/assist/package-summary.html
index 3baa0f8c..6a936455 100644
--- a/javadoc/frc/robot/commands/assist/package-summary.html
+++ b/javadoc/frc/robot/commands/assist/package-summary.html
@@ -75,8 +75,10 @@ Package frc.robot.co
-
+
+
+
diff --git a/javadoc/frc/robot/commands/assist/package-tree.html b/javadoc/frc/robot/commands/assist/package-tree.html
index 7456d535..4f558861 100644
--- a/javadoc/frc/robot/commands/assist/package-tree.html
+++ b/javadoc/frc/robot/commands/assist/package-tree.html
@@ -63,7 +63,6 @@ Class Hierarchy
frc.robot.commands.assist.IndexPiece
edu.wpi.first.wpilibj2.command.ParallelCommandGroup
@@ -71,6 +70,16 @@ Class Hierarchy
edu.wpi.first.wpilibj2.command.SequentialCommandGroup
+
+edu.wpi.first.wpilibj2.command.TrapezoidProfileCommand
+
diff --git a/javadoc/frc/robot/commands/shooter/TestShooterAngle.html b/javadoc/frc/robot/commands/debug/TestShooterAngle.html
similarity index 86%
rename from javadoc/frc/robot/commands/shooter/TestShooterAngle.html
rename to javadoc/frc/robot/commands/debug/TestShooterAngle.html
index cccb4cce..14832583 100644
--- a/javadoc/frc/robot/commands/shooter/TestShooterAngle.html
+++ b/javadoc/frc/robot/commands/debug/TestShooterAngle.html
@@ -5,7 +5,7 @@
TestShooterAngle (Crescendo2024 API)
-
+
@@ -67,12 +67,12 @@
java.lang.Object
edu.wpi.first.wpilibj2.command.Command
-
frc.robot.commands.shooter.TestShooterAngle
+
frc.robot.commands.debug.TestShooterAngle
@@ -112,9 +112,12 @@ Constructor Summary
@@ -157,11 +160,14 @@ Methods inherited from cl
Constructor Details
diff --git a/javadoc/frc/robot/commands/debug/package-summary.html b/javadoc/frc/robot/commands/debug/package-summary.html
new file mode 100644
index 00000000..40732a14
--- /dev/null
+++ b/javadoc/frc/robot/commands/debug/package-summary.html
@@ -0,0 +1,81 @@
+
+
+
+
+frc.robot.commands.debug (Crescendo2024 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+package frc.robot.commands.debug
+
+
+
+
+
+
diff --git a/javadoc/frc/robot/commands/debug/package-tree.html b/javadoc/frc/robot/commands/debug/package-tree.html
new file mode 100644
index 00000000..5436f01c
--- /dev/null
+++ b/javadoc/frc/robot/commands/debug/package-tree.html
@@ -0,0 +1,74 @@
+
+
+
+
+frc.robot.commands.debug Class Hierarchy (Crescendo2024 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Class Hierarchy
+
+- java.lang.Object
+
+- edu.wpi.first.wpilibj2.command.Command (implements edu.wpi.first.util.sendable.Sendable)
+
+
+
+
+
+
+
+
+
+
+
diff --git a/javadoc/frc/robot/commands/drive/DriveCommand.html b/javadoc/frc/robot/commands/drive/DriveCommand.html
index 4bc1e345..a539de27 100644
--- a/javadoc/frc/robot/commands/drive/DriveCommand.html
+++ b/javadoc/frc/robot/commands/drive/DriveCommand.html
@@ -117,6 +117,12 @@ Constructor Summary
DoubleSupplier speedY,
DoubleSupplier rot)
+
+
@@ -155,6 +161,16 @@ Methods inherited from cl
Constructor Details
-
+
+
+-
DriveCommand
public DriveCommand(DriveBase drive,
diff --git a/javadoc/frc/robot/commands/intake/package-summary.html b/javadoc/frc/robot/commands/intake/package-summary.html
index 21938ecc..adebc7f1 100644
--- a/javadoc/frc/robot/commands/intake/package-summary.html
+++ b/javadoc/frc/robot/commands/intake/package-summary.html
@@ -67,10 +67,8 @@ Package frc.robot.co
diff --git a/javadoc/frc/robot/commands/intake/package-tree.html b/javadoc/frc/robot/commands/intake/package-tree.html
index 1965e606..f46ff8a4 100644
--- a/javadoc/frc/robot/commands/intake/package-tree.html
+++ b/javadoc/frc/robot/commands/intake/package-tree.html
@@ -60,7 +60,6 @@ Class Hierarchy
- edu.wpi.first.wpilibj2.command.Command (implements edu.wpi.first.util.sendable.Sendable)
diff --git a/javadoc/frc/robot/commands/shooter/package-summary.html b/javadoc/frc/robot/commands/shooter/package-summary.html
index 802b8ca8..6b5457c7 100644
--- a/javadoc/frc/robot/commands/shooter/package-summary.html
+++ b/javadoc/frc/robot/commands/shooter/package-summary.html
@@ -69,10 +69,6 @@ Package frc.robot.c
-
-
-
-
diff --git a/javadoc/frc/robot/commands/shooter/package-tree.html b/javadoc/frc/robot/commands/shooter/package-tree.html
index 53ca2b4e..45f477ba 100644
--- a/javadoc/frc/robot/commands/shooter/package-tree.html
+++ b/javadoc/frc/robot/commands/shooter/package-tree.html
@@ -61,8 +61,6 @@ Class Hierarchy
- edu.wpi.first.wpilibj2.command.Command (implements edu.wpi.first.util.sendable.Sendable)
diff --git a/javadoc/frc/robot/commands/shooter/ShooterEnable.html b/javadoc/frc/robot/commands/vision/AlignToTarget.html
similarity index 76%
rename from javadoc/frc/robot/commands/shooter/ShooterEnable.html
rename to javadoc/frc/robot/commands/vision/AlignToTarget.html
index 14778c15..9cec869b 100644
--- a/javadoc/frc/robot/commands/shooter/ShooterEnable.html
+++ b/javadoc/frc/robot/commands/vision/AlignToTarget.html
@@ -2,10 +2,10 @@
-ShooterEnable (Crescendo2024 API)
+AlignToTarget (Crescendo2024 API)
-
+
@@ -67,12 +67,12 @@
java.lang.Object
edu.wpi.first.wpilibj2.command.Command
-
frc.robot.commands.shooter.ShooterEnable
+
frc.robot.commands.vision.AlignToTarget
@@ -81,7 +81,7 @@ Class ShooterEnable
edu.wpi.first.util.sendable.Sendable
-public class ShooterEnable
+
public class AlignToTarget
extends edu.wpi.first.wpilibj2.command.Command
@@ -112,8 +112,15 @@ Constructor Summary
-
+
+
+
+
Creates a new AlignToTarget.
+
@@ -137,12 +144,15 @@
Method Summary
void
+
boolean
+
+
Methods inherited from class edu.wpi.first.wpilibj2.command.Command
-addRequirements, alongWith, andThen, andThen, asProxy, beforeStarting, beforeStarting, cancel, deadlineWith, finallyDo, finallyDo, getInterruptionBehavior, getName, getRequirements, getSubsystem, handleInterrupt, hasRequirement, ignoringDisable, initSendable, isFinished, isScheduled, onlyIf, onlyWhile, raceWith, repeatedly, runsWhenDisabled, schedule, setName, setSubsystem, unless, until, withInterruptBehavior, withName, withTimeout
+addRequirements, alongWith, andThen, andThen, asProxy, beforeStarting, beforeStarting, cancel, deadlineWith, finallyDo, finallyDo, getInterruptionBehavior, getName, getRequirements, getSubsystem, handleInterrupt, hasRequirement, ignoringDisable, initSendable, isScheduled, onlyIf, onlyWhile, raceWith, repeatedly, runsWhenDisabled, schedule, setName, setSubsystem, unless, until, withInterruptBehavior, withName, withTimeout
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -158,9 +168,19 @@ Methods inherited from cl
Constructor Details
-
-
-
ShooterEnable
-
+
+AlignToTarget
+
+Creates a new AlignToTarget.
+
+
+-
+
@@ -201,6 +221,16 @@ end
+-
+
+
isFinished
+public boolean isFinished()
+
+- Overrides:
+isFinished
in class edu.wpi.first.wpilibj2.command.Command
+
+
+
diff --git a/javadoc/frc/robot/commands/vision/package-summary.html b/javadoc/frc/robot/commands/vision/package-summary.html
new file mode 100644
index 00000000..0441dc2c
--- /dev/null
+++ b/javadoc/frc/robot/commands/vision/package-summary.html
@@ -0,0 +1,81 @@
+
+
+
+
+frc.robot.commands.vision (Crescendo2024 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+package frc.robot.commands.vision
+
+
+
+
+
+
diff --git a/javadoc/frc/robot/commands/vision/package-tree.html b/javadoc/frc/robot/commands/vision/package-tree.html
new file mode 100644
index 00000000..b65b352a
--- /dev/null
+++ b/javadoc/frc/robot/commands/vision/package-tree.html
@@ -0,0 +1,74 @@
+
+
+
+
+frc.robot.commands.vision Class Hierarchy (Crescendo2024 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Class Hierarchy
+
+- java.lang.Object
+
+- edu.wpi.first.wpilibj2.command.Command (implements edu.wpi.first.util.sendable.Sendable)
+
+
+
+
+
+
+
+
+
+
+
diff --git a/javadoc/frc/robot/config/RobotConfig.ArmConstants.html b/javadoc/frc/robot/config/RobotConfig.ArmConstants.html
index f7aebe82..49fe6a4d 100644
--- a/javadoc/frc/robot/config/RobotConfig.ArmConstants.html
+++ b/javadoc/frc/robot/config/RobotConfig.ArmConstants.html
@@ -99,68 +99,65 @@ Field Summary
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
-static double
-
-
@@ -333,12 +330,6 @@ defaultSpeedInVolts
public static double defaultSpeedInVolts
-
-
-ampScoreShooterAngleInDegrees
-public static double ampScoreShooterAngleInDegrees
-
-
diff --git a/javadoc/frc/robot/config/RobotConfig.DriveConstants.html b/javadoc/frc/robot/config/RobotConfig.DriveConstants.html
index 04a40b9d..05837015 100644
--- a/javadoc/frc/robot/config/RobotConfig.DriveConstants.html
+++ b/javadoc/frc/robot/config/RobotConfig.DriveConstants.html
@@ -90,10 +90,22 @@ Field Summary
static double
-
+
static double
-
+
+
+static double
+
+
+static double
+
+
+static double
+
+
+static double
+
static double
@@ -151,6 +163,30 @@ maxAngularVelocityRadiansSec
+
+anglePidKp
+public static double anglePidKp
+
+
+
+
+anglePidKi
+public static double anglePidKi
+
+
+
+
+anglePidKd
+public static double anglePidKd
+
+
+
+
+pidAngleErrorInDegrees
+public static double pidAngleErrorInDegrees
+
+
+
slewRateLimiterX
public static double slewRateLimiterX
diff --git a/javadoc/frc/robot/config/RobotConfig.ShooterConstants.html b/javadoc/frc/robot/config/RobotConfig.ShooterConstants.html
index 93898b55..0160845a 100644
--- a/javadoc/frc/robot/config/RobotConfig.ShooterConstants.html
+++ b/javadoc/frc/robot/config/RobotConfig.ShooterConstants.html
@@ -114,25 +114,31 @@ Field Summary
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
static double
-
+
+
+static double
+
+
+static double
+
static double
@@ -223,6 +229,12 @@ pidSettlingTimeInMilliseconds
+
+pidTimeoutInSeconds
+public static double pidTimeoutInSeconds
+
+
+
pidKp
public static double pidKp
@@ -276,6 +288,12 @@ ampScoreVelocityInRPMs
public static double ampScoreVelocityInRPMs
+
+
+maxVelocityInRPMs
+public static double maxVelocityInRPMs
+
+
diff --git a/javadoc/frc/robot/config/RobotConfig.html b/javadoc/frc/robot/config/RobotConfig.html
index 800e48e6..b3cd61ed 100644
--- a/javadoc/frc/robot/config/RobotConfig.html
+++ b/javadoc/frc/robot/config/RobotConfig.html
@@ -15,7 +15,11 @@
-