diff --git a/javadoc/allclasses-index.html b/javadoc/allclasses-index.html index e584f0cb..b0cbb583 100644 --- a/javadoc/allclasses-index.html +++ b/javadoc/allclasses-index.html @@ -109,130 +109,128 @@

All Classes and Interfaces<
 
ClimberSubsystem
 
-
ClimberToPosition
-
 
-
Constants
-
+ +
Add your docs here.
- -
 
- +
 
- -
 
- + +
 
+
 
- +
 
- +
 
- +
 
- -
 
- -
 
- + +
 
+ +
 
+
 
- +
 
- +
 
- +
 
- +
 
- +
 
- +
 
- -
 
- -
 
- +
 
- + +
 
+ +
 
+
 
- +
 
- +
 
- +
 
- +
 
- -
diff --git a/javadoc/allpackages-index.html b/javadoc/allpackages-index.html index 6d59a837..2c498c77 100644 --- a/javadoc/allpackages-index.html +++ b/javadoc/allpackages-index.html @@ -61,34 +61,32 @@

All Packages

 
frc.robot.commands.auto
 
-
frc.robot.commands.climber
+
frc.robot.commands.debug
 
-
frc.robot.commands.debug
+
frc.robot.commands.drive
 
-
frc.robot.commands.drive
+
frc.robot.commands.intake
 
-
frc.robot.commands.intake
+
frc.robot.commands.shooter
 
-
frc.robot.commands.shooter
+
frc.robot.config
 
-
frc.robot.config
+
frc.robot.controls
 
-
frc.robot.controls
+
frc.robot.subsystems.arm
 
-
frc.robot.subsystems.arm
+
frc.robot.subsystems.climber
 
-
frc.robot.subsystems.climber
+
frc.robot.subsystems.drive
 
-
frc.robot.subsystems.drive
+
frc.robot.subsystems.intake
 
-
frc.robot.subsystems.intake
+
frc.robot.subsystems.shooter
 
-
frc.robot.subsystems.shooter
+
frc.robot.subsystems.vision
 
-
frc.robot.subsystems.vision
+
frc.robot.util
 
-
frc.robot.util
-
 
diff --git a/javadoc/constant-values.html b/javadoc/constant-values.html index bc50098d..d1cf2897 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-03-14 18:29:33 EDT"
+
"2024-03-14 22:12:21 EDT"
public static final long
BUILD_UNIX_TIME
-
1710455373675L
+
1710468741287L
public static final int
DIRTY
0
@@ -78,13 +78,13 @@

frc.robot.*

"main"
public static final String
GIT_DATE
-
"2024-03-14 18:28:52 EDT"
+
"2024-03-14 22:11:39 EDT"
public static final int
GIT_REVISION
-
76
+
77
public static final String
GIT_SHA
-
"2316db88a63571f7dc467b26df9b7ec2534fd332"
+
"8edf2d636d84a6d55f759cd5e01ef2d5b0b8aee6"
public static final String
MAVEN_GROUP
""
diff --git a/javadoc/element-list b/javadoc/element-list index 48f49754..cff0b189 100644 --- a/javadoc/element-list +++ b/javadoc/element-list @@ -2,7 +2,6 @@ frc.robot frc.robot.commands.arm frc.robot.commands.assist frc.robot.commands.auto -frc.robot.commands.climber frc.robot.commands.debug frc.robot.commands.drive frc.robot.commands.intake diff --git a/javadoc/frc/robot/commands/climber/ClimberToPosition.html b/javadoc/frc/robot/commands/climber/ClimberToPosition.html deleted file mode 100644 index 8af432fb..00000000 --- a/javadoc/frc/robot/commands/climber/ClimberToPosition.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - -ClimberToPosition (Crescendo2024 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ClimberToPosition

-
-
java.lang.Object -
edu.wpi.first.wpilibj2.command.Command -
frc.robot.commands.climber.ClimberToPosition
-
-
-
-
-
All Implemented Interfaces:
-
edu.wpi.first.util.sendable.Sendable
-
-
-
public class ClimberToPosition -extends edu.wpi.first.wpilibj2.command.Command
-
-
-
    - -
  • -
    -

    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
    -
    -
  • - -
  • -
    -

    Constructor Summary

    -
    Constructors
    -
    -
    Constructor
    -
    Description
    -
    ClimberToPosition(Climber climber, - boolean bExtend)
    -
     
    -
    -
    -
  • - -
  • -
    -

    Method Summary

    -
    -
    -
    -
    -
    Modifier and Type
    -
    Method
    -
    Description
    -
    void
    - -
     
    -
    boolean
    - -
     
    -
    -
    -
    -
    -

    Methods inherited from class edu.wpi.first.wpilibj2.command.Command

    -addRequirements, alongWith, andThen, andThen, asProxy, beforeStarting, beforeStarting, cancel, deadlineWith, end, execute, 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
    -
    -
  • -
-
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      ClimberToPosition

      -
      public ClimberToPosition(Climber climber, - boolean bExtend)
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      initialize

      -
      public void initialize()
      -
      -
      Overrides:
      -
      initialize in class edu.wpi.first.wpilibj2.command.Command
      -
      -
      -
    • -
    • -
      -

      isFinished

      -
      public boolean isFinished()
      -
      -
      Overrides:
      -
      isFinished in class edu.wpi.first.wpilibj2.command.Command
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/javadoc/frc/robot/commands/climber/package-summary.html b/javadoc/frc/robot/commands/climber/package-summary.html deleted file mode 100644 index 84d3d306..00000000 --- a/javadoc/frc/robot/commands/climber/package-summary.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - -frc.robot.commands.climber (Crescendo2024 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package frc.robot.commands.climber

-
-
-
package frc.robot.commands.climber
-
- -
-
-
-
- - diff --git a/javadoc/frc/robot/commands/climber/package-tree.html b/javadoc/frc/robot/commands/climber/package-tree.html deleted file mode 100644 index 4069a7dd..00000000 --- a/javadoc/frc/robot/commands/climber/package-tree.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - -frc.robot.commands.climber Class Hierarchy (Crescendo2024 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package frc.robot.commands.climber

-Package Hierarchies: - -
-
-

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 2e47a247..01c844eb 100644 --- a/javadoc/frc/robot/config/RobotConfig.ArmConstants.html +++ b/javadoc/frc/robot/config/RobotConfig.ArmConstants.html @@ -120,56 +120,59 @@

Field Summary

intakeAngleInDegrees
 
static double
-
maxAcceleration
+
matchStartArmAngle
 
static double
-
maxAngleInDegrees
+
maxAcceleration
 
static double
-
maxVelocity
+
maxAngleInDegrees
 
static double
-
maxVelocityInDegreesPerSecond
+
maxVelocity
 
static double
-
minAngleInDegrees
+
maxVelocityInDegreesPerSecond
 
static double
-
noteScoreAngleInDegrees
+
minAngleInDegrees
 
static double
-
pidAngleErrorInDegrees
+
noteScoreAngleInDegrees
 
static double
-
pidKd
+
pidAngleErrorInDegrees
 
static double
-
pidKi
+
pidKd
 
static double
-
pidKp
+
pidKi
 
static double
-
pidMaxOutput
+
pidKp
 
static double
-
pidMinOutput
+
pidMaxOutput
 
static double
-
pidSettlingTimeInMilliseconds
+
pidMinOutput
 
static double
-
pidTimeoutInSeconds
+
pidSettlingTimeInMilliseconds
 
static double
-
stowIntakeAngleInDegrees
+
pidTimeoutInSeconds
 
static double
-
subwooferScoreAngleInDegrees
+
stowIntakeAngleInDegrees
 
static double
-
subwooferScoreFromPodiumAngleInDegrees
+
subwooferScoreAngleInDegrees
 
+
static double
+
subwooferScoreFromPodiumAngleInDegrees
+
 
@@ -361,6 +364,12 @@

stowIntakeAngleInDegrees

  • +
    +

    matchStartArmAngle

    +
    public static double matchStartArmAngle
    +
    +
  • +
  • defaultSpeedInVolts

    public static double defaultSpeedInVolts
    diff --git a/javadoc/frc/robot/config/RobotConfig.ClimberConstants.html b/javadoc/frc/robot/config/RobotConfig.ClimberConstants.html index dd866ca0..0d9e00e2 100644 --- a/javadoc/frc/robot/config/RobotConfig.ClimberConstants.html +++ b/javadoc/frc/robot/config/RobotConfig.ClimberConstants.html @@ -111,11 +111,20 @@

    Field Summary

     
    static double
    + +
     
    +
    static double
    + +
     
    +
    static double
     
    static double
    - +
     
    +
    static double
    + +
     
  • @@ -204,6 +213,24 @@

    autoZeroOffset

    public static double autoZeroOffset
    +
  • +
    +

    matchStartPositionRadiansRight

    +
    public static double matchStartPositionRadiansRight
    +
    +
  • +
  • +
    +

    maxExtendTimeInSeconds

    +
    public static double maxExtendTimeInSeconds
    +
    +
  • +
  • +
    +

    maxRetractTimeInSeconds

    +
    public static double maxRetractTimeInSeconds
    +
    +
  • diff --git a/javadoc/frc/robot/subsystems/climber/Climber.html b/javadoc/frc/robot/subsystems/climber/Climber.html index a97c6da7..1e1fa9bd 100644 --- a/javadoc/frc/robot/subsystems/climber/Climber.html +++ b/javadoc/frc/robot/subsystems/climber/Climber.html @@ -95,16 +95,8 @@

    Method Summary

    add2dSim(edu.wpi.first.wpilibj.smartdashboard.Mechanism2d mech2d)
     
    default void
    -
    autoZeroMode(boolean enable)
    +
    enableLimits(boolean enable)
     
    -
    default void
    -
    enableLimits(boolean enable)
    -
     
    -
    void
    -
    extend()
    -
    -
    Extends climber arms min limit
    -
    default double
    getCurrentPositionLeft()
     
    @@ -129,17 +121,9 @@

    Method Summary

    default boolean
    isAtMinLimitRight()
     
    -
    boolean
    -
    isExtending()
    -
     
    -
    void
    -
    resetPosition()
    -
     
    void
    -
    retract()
    -
    -
    Retracts climber to min limit
    -
    +
    resetPosition()
    +
     
    void
    runVoltage(double volts)
     
    @@ -164,20 +148,6 @@

    Method Summary

    Method Details