Package frc.team_8840_lib.pathing
Class PathPlanner
java.lang.Object
frc.team_8840_lib.pathing.PathPlanner
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPathPlanner(PathConjugate... conjugates) PathPlanner(PathConjugate[]... conjugates) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddAuto(String name, PathPlanner auto) current()booleanfinished()voidstatic String[]static PathPlannerintstatic Stringvoidnext()static voidselectAuto(String name) static booleanvoidstart()static boolean
-
Constructor Details
-
PathPlanner
-
PathPlanner
-
-
Method Details
-
addAuto
-
selectedAuto
public static boolean selectedAuto() -
getSelectedAuto
-
selectAuto
-
start
public void start() -
next
public void next() -
getCurrentType
-
finished
public boolean finished() -
fixedExecute
public void fixedExecute() -
current
-
getFirstMovement
-
getAllConjugates
-
getSelectedAutoIndex
public int getSelectedAutoIndex() -
getAutoNames
-
validAuto
-
getSelectedAutoName
-