Class PathPlanner

java.lang.Object
frc.team_8840_lib.pathing.PathPlanner

public class PathPlanner extends Object
  • Constructor Details

  • Method Details

    • addAuto

      public static void addAuto(String name, PathPlanner auto)
    • selectedAuto

      public static boolean selectedAuto()
    • getSelectedAuto

      public static PathPlanner getSelectedAuto()
    • selectAuto

      public static void selectAuto(String name)
    • start

      public void start()
    • next

      public void next()
    • getCurrentType

      public PathConjugate.ConjugateType getCurrentType()
    • finished

      public boolean finished()
    • fixedExecute

      public void fixedExecute()
    • current

      public PathConjugate current()
    • getFirstMovement

      public PathConjugate getFirstMovement()
    • getAllConjugates

      public PathConjugate[] getAllConjugates()
    • getSelectedAutoIndex

      public int getSelectedAutoIndex()
    • getAutoNames

      public static String[] getAutoNames()
    • validAuto

      public static boolean validAuto(String name)
    • getSelectedAutoName

      public static String getSelectedAutoName()