Interface AutonomousSequence


  • public interface AutonomousSequence
    A wrapper for everything needed in an autonomous sequence
    • Method Detail

      • getName

        java.lang.String getName()
        Get the name of the sequence
        Returns:
        Sequence name
      • getCommand

        CommandBase getCommand()
        Get the command that runs the sequence
        Returns:
        Sequence command
      • getStartingPose

        Pose2d getStartingPose()
        Get the robot's initial pose for this sequence
        Returns:
        Initial pose