Package robot.auton
Interface TrajectoryCommand
- All Known Implementing Classes:
TrajectoryCommand.AsyncPathPlannerSequence,TrajectoryCommand.ParallelDeadlinePathPlannerGroup,TrajectoryCommand.ParallelPathPlannerGroup,TrajectoryCommand.SequentialPathPlannerGroup
public interface TrajectoryCommand
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classNote: Path trajectory is only assembled from synchronous commands.static classstatic classstatic classNote: UsingaddCommands()will not add trajectories to the preview. -
Method Summary
Modifier and TypeMethodDescriptiondoubleedu.wpi.first.math.geometry.Pose2dedu.wpi.first.math.geometry.Pose2ddefault edu.wpi.first.math.geometry.Pose2d[]edu.wpi.first.math.geometry.Pose2d[]getTrajPreview(int steps)
-
Method Details
-
getDuration
double getDuration() -
getTrajPreview
edu.wpi.first.math.geometry.Pose2d[] getTrajPreview(int steps) -
getTrajPreview
default edu.wpi.first.math.geometry.Pose2d[] getTrajPreview() -
getInitialPose
edu.wpi.first.math.geometry.Pose2d getInitialPose() -
getEndPose
edu.wpi.first.math.geometry.Pose2d getEndPose()
-