Package robot.auton
Class TrajectoryCommand.ParallelDeadlinePathPlannerGroup
java.lang.Object
edu.wpi.first.wpilibj2.command.Command
edu.wpi.first.wpilibj2.command.ParallelDeadlineGroup
robot.auton.TrajectoryCommand.ParallelDeadlinePathPlannerGroup
- All Implemented Interfaces:
edu.wpi.first.util.sendable.Sendable,TrajectoryCommand
- Enclosing interface:
- TrajectoryCommand
public static class TrajectoryCommand.ParallelDeadlinePathPlannerGroup
extends edu.wpi.first.wpilibj2.command.ParallelDeadlineGroup
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.wpi.first.wpilibj2.command.Command
edu.wpi.first.wpilibj2.command.Command.InterruptionBehaviorNested classes/interfaces inherited from interface robot.auton.TrajectoryCommand
TrajectoryCommand.AsyncPathPlannerSequence, TrajectoryCommand.ParallelDeadlinePathPlannerGroup, TrajectoryCommand.ParallelPathPlannerGroup, TrajectoryCommand.SequentialPathPlannerGroup -
Constructor Summary
ConstructorsConstructorDescriptionParallelDeadlinePathPlannerGroup(edu.wpi.first.wpilibj2.command.Command deadline, edu.wpi.first.wpilibj2.command.Command... otherCommands) -
Method Summary
Modifier and TypeMethodDescriptiondefault doubledefault edu.wpi.first.math.geometry.Pose2ddefault edu.wpi.first.math.geometry.Pose2ddefault edu.wpi.first.math.geometry.Pose2d[]getTrajPreview(int totalSteps) Methods inherited from class edu.wpi.first.wpilibj2.command.ParallelDeadlineGroup
addCommands, end, execute, getInterruptionBehavior, initialize, initSendable, isFinished, runsWhenDisabled, setDeadlineMethods inherited from class edu.wpi.first.wpilibj2.command.Command
addRequirements, addRequirements, alongWith, andThen, andThen, asProxy, beforeStarting, beforeStarting, cancel, deadlineFor, deadlineWith, finallyDo, finallyDo, getName, getRequirements, getSubsystem, handleInterrupt, hasRequirement, ignoringDisable, isScheduled, onlyIf, onlyWhile, raceWith, repeatedly, schedule, setName, setSubsystem, unless, until, withDeadline, withInterruptBehavior, withName, withTimeout, withTimeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface robot.auton.TrajectoryCommand
getTrajPreview
-
Constructor Details
-
ParallelDeadlinePathPlannerGroup
public ParallelDeadlinePathPlannerGroup(edu.wpi.first.wpilibj2.command.Command deadline, edu.wpi.first.wpilibj2.command.Command... otherCommands)
-
-
Method Details
-
getCommand
-
getDuration
default double getDuration()- Specified by:
getDurationin interfaceTrajectoryCommand
-
getTrajPreview
default edu.wpi.first.math.geometry.Pose2d[] getTrajPreview(int totalSteps) - Specified by:
getTrajPreviewin interfaceTrajectoryCommand
-
getInitialPose
default edu.wpi.first.math.geometry.Pose2d getInitialPose()- Specified by:
getInitialPosein interfaceTrajectoryCommand
-
getEndPose
default edu.wpi.first.math.geometry.Pose2d getEndPose()- Specified by:
getEndPosein interfaceTrajectoryCommand
-