Package robot.auton

Class PathManager

java.lang.Object
robot.auton.PathManager

public final class PathManager extends Object
  • Field Details

    • ABSOLUTE_PATHPLANNER_POSITIONING

      public static final boolean ABSOLUTE_PATHPLANNER_POSITIONING
      When false, 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

      public static edu.wpi.first.wpilibj2.command.Command c_path(String name)