Package robot.auton

Class TrajectoryCommand.SequentialPathPlannerGroup

java.lang.Object
edu.wpi.first.wpilibj2.command.Command
edu.wpi.first.wpilibj2.command.SequentialCommandGroup
robot.auton.TrajectoryCommand.SequentialPathPlannerGroup
All Implemented Interfaces:
edu.wpi.first.util.sendable.Sendable, TrajectoryCommand
Enclosing interface:
TrajectoryCommand

public static class TrajectoryCommand.SequentialPathPlannerGroup extends edu.wpi.first.wpilibj2.command.SequentialCommandGroup
Note: Using addCommands() will not add trajectories to the preview.
  • Constructor Details

    • SequentialPathPlannerGroup

      public SequentialPathPlannerGroup(edu.wpi.first.wpilibj2.command.Command... commands)
  • Method Details