diff --git a/javadoc/allclasses-index.html b/javadoc/allclasses-index.html index e44e9fd8..da48afc0 100644 --- a/javadoc/allclasses-index.html +++ b/javadoc/allclasses-index.html @@ -71,6 +71,18 @@

All Classes and Interfaces<
 
RobotContainer
 
+
Shooter
+
 
+
ShooterEnable
+
 
+
ShooterIO
+
 
+
ShooterIO.ShooterIOInputs
+
 
+
ShooterIOSim
+
 
+
ShooterSubsystem
+
 
diff --git a/javadoc/allpackages-index.html b/javadoc/allpackages-index.html index 3c5ad952..8ed7b3cc 100644 --- a/javadoc/allpackages-index.html +++ b/javadoc/allpackages-index.html @@ -55,7 +55,11 @@

All Packages

Description
frc.robot
 
-
frc.robot.subsystems.arm
+
frc.robot.commands
+
 
+
frc.robot.subsystems.arm
+
 
+
frc.robot.subsystems.shooter
 
diff --git a/javadoc/constant-values.html b/javadoc/constant-values.html index 73556373..6b23d6cf 100644 --- a/javadoc/constant-values.html +++ b/javadoc/constant-values.html @@ -66,10 +66,10 @@

frc.robot.*

Value
public static final String
BUILD_DATE
-
"2024-01-18 08:51:29 EST"
+
"2024-01-20 08:08:00 EST"
public static final long
BUILD_UNIX_TIME
-
1705585889158L
+
1705756080634L
public static final int
DIRTY
0
@@ -78,13 +78,13 @@

frc.robot.*

"main"
public static final String
GIT_DATE
-
"2024-01-18 08:50:36 EST"
+
"2024-01-20 08:07:13 EST"
public static final int
GIT_REVISION
-
7
+
8
public static final String
GIT_SHA
-
"4f05fdcd137ca2bffc7c7cb18522761431b94f07"
+
"cb425ba374e229ad4a5bb13501ec3838857a38ff"
public static final String
MAVEN_GROUP
""
diff --git a/javadoc/element-list b/javadoc/element-list index 3da3fed4..f4e639e5 100644 --- a/javadoc/element-list +++ b/javadoc/element-list @@ -1,2 +1,4 @@ frc.robot +frc.robot.commands frc.robot.subsystems.arm +frc.robot.subsystems.shooter diff --git a/javadoc/frc/robot/RobotContainer.html b/javadoc/frc/robot/RobotContainer.html index 5edbb13c..b7c253b4 100644 --- a/javadoc/frc/robot/RobotContainer.html +++ b/javadoc/frc/robot/RobotContainer.html @@ -44,13 +44,13 @@ @@ -80,6 +80,24 @@

Class RobotContainer