Package robot.auton
Class PathManager
java.lang.Object
robot.auton.PathManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanWhenfalse, PathPlanner paths will be moved so that the starting position of the path lines up with the robot position when the auton starts. -
Method Summary
Modifier and TypeMethodDescriptionstatic edu.wpi.first.wpilibj2.command.Commandstatic boolean
-
Field Details
-
ABSOLUTE_PATHPLANNER_POSITIONING
public static final boolean ABSOLUTE_PATHPLANNER_POSITIONINGWhenfalse, PathPlanner paths will be moved so that the starting position of the path lines up with the robot position when the auton starts.When
true, paths will not be moved, and the robot will try to get to the absolute position of the path on the field.- See Also:
-
-
Method Details
-
shouldFlip
public static boolean shouldFlip() -
c_path
-