@@ -114,8 +112,8 @@ Constructor Summary
-
+
Creates a new ArmToPositionTP.
@@ -133,16 +131,22 @@
Method Summary
-
boolean
-
+
void
+
+
+
void
+
+
+
void
+
+
boolean
+
+
-
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
@@ -160,10 +164,10 @@
Methods inherited from cl
Constructor Details
-
-
+
ArmToPositionTP
-
+
Creates a new ArmToPositionTP.
@@ -176,12 +180,42 @@ ArmToPositionTP
Method Details
-
+
+
initialize
+public void initialize()
+
+- Overrides:
+initialize
in class edu.wpi.first.wpilibj2.command.Command
+
+
+
+-
+
+
execute
+public void execute()
+
+- Overrides:
+execute
in class edu.wpi.first.wpilibj2.command.Command
+
+
+
+-
+
+
end
+public void end(boolean interrupted)
+
+- Overrides:
+end
in class edu.wpi.first.wpilibj2.command.Command
+
+
+
+-
isFinished
public boolean isFinished()
- Overrides:
-isFinished
in class edu.wpi.first.wpilibj2.command.TrapezoidProfileCommand
+isFinished
in class edu.wpi.first.wpilibj2.command.Command
diff --git a/javadoc/frc/robot/commands/arm/package-tree.html b/javadoc/frc/robot/commands/arm/package-tree.html
index d7c81b10..7ae66bda 100644
--- a/javadoc/frc/robot/commands/arm/package-tree.html
+++ b/javadoc/frc/robot/commands/arm/package-tree.html
@@ -62,16 +62,12 @@ Class Hierarchy
- frc.robot.commands.arm.ArmCommand
- frc.robot.commands.arm.ArmToPosition
-- edu.wpi.first.wpilibj2.command.TrapezoidProfileCommand
-
-
-
diff --git a/javadoc/frc/robot/commands/assist/EjectPiece.html b/javadoc/frc/robot/commands/assist/EjectPiece.html
index 4cb8cef8..58693d2e 100644
--- a/javadoc/frc/robot/commands/assist/EjectPiece.html
+++ b/javadoc/frc/robot/commands/assist/EjectPiece.html
@@ -110,8 +110,9 @@ Constructor Summary