Package com.stuypulse.robot.util
Class PathUtil.AutonConfig
java.lang.Object
com.stuypulse.robot.util.PathUtil.AutonConfig
- Enclosing class:
- PathUtil
-
Constructor Summary
ConstructorsConstructorDescriptionAutonConfig(String name, Function<com.pathplanner.lib.path.PathPlannerPath[], edu.wpi.first.wpilibj2.command.Command> auton, String... paths) -
Method Summary
Modifier and TypeMethodDescriptionregister(edu.wpi.first.wpilibj.smartdashboard.SendableChooser<edu.wpi.first.wpilibj2.command.Command> chooser) registerDefault(edu.wpi.first.wpilibj.smartdashboard.SendableChooser<edu.wpi.first.wpilibj2.command.Command> chooser)
-
Constructor Details
-
AutonConfig
-
-
Method Details
-
register
public PathUtil.AutonConfig register(edu.wpi.first.wpilibj.smartdashboard.SendableChooser<edu.wpi.first.wpilibj2.command.Command> chooser) -
registerDefault
public PathUtil.AutonConfig registerDefault(edu.wpi.first.wpilibj.smartdashboard.SendableChooser<edu.wpi.first.wpilibj2.command.Command> chooser)
-