--- /dev/null
+{
+ "version": "2025.0",
+ "waypoints": [
+ {
+ "anchor": {
+ "x": 3.6,
+ "y": 7.623
+ },
+ "prevControl": null,
+ "nextControl": {
+ "x": 4.6,
+ "y": 7.623
+ },
+ "isLocked": false,
+ "linkedName": null
+ },
+ {
+ "anchor": {
+ "x": 4.0,
+ "y": 7.623
+ },
+ "prevControl": {
+ "x": 3.0,
+ "y": 7.623
+ },
+ "nextControl": null,
+ "isLocked": false,
+ "linkedName": null
+ }
+ ],
+ "rotationTargets": [],
+ "constraintZones": [],
+ "pointTowardsZones": [],
+ "eventMarkers": [],
+ "globalConstraints": {
+ "maxVelocity": 2.0,
+ "maxAcceleration": 2.0,
+ "maxAngularVelocity": 200.0,
+ "maxAngularAcceleration": 300.0,
+ "nominalVoltage": 12.0,
+ "unlimited": false
+ },
+ "goalEndState": {
+ "velocity": 0,
+ "rotation": 0.0
+ },
+ "reversed": false,
+ "folder": null,
+ "idealStartingState": {
+ "velocity": 0,
+ "rotation": 0.0
+ },
+ "useDefaultConstraints": true
+}
\ No newline at end of file
// autoChooser.addOption("Spin my wheels", new DoNothing());
// autoChooser.addOption("Hello world", new InstantCommand(() -> System.out.println("Hello world")));
+ String defaultAuto = "Test default auto";
String leftSideAuto = "Left Week V1";
String rightSideAuto = "Right Week V1";
String shootOnlyAuto = "Shoot Only Left Week V1";
+ autoChooser.setDefaultOption("Default", new PathPlannerAuto(defaultAuto));
addAuto(leftSideAuto);
addAuto(rightSideAuto);
addAuto(shootOnlyAuto);