Skip to content

Commit

Permalink
Changes after CABE
Browse files Browse the repository at this point in the history
  • Loading branch information
twangodev committed Apr 9, 2024
1 parent f68f768 commit 1693edf
Show file tree
Hide file tree
Showing 46 changed files with 671 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Troll"
],
"defaultMaxVel": 3.0,
"defaultMaxAccel": 1.0,
"defaultMaxAccel": 3.0,
"defaultMaxAngVel": 360.0,
"defaultMaxAngAccel": 360.0,
"maxModuleSpeed": 4.331208
Expand Down
18 changes: 18 additions & 0 deletions src/main/deploy/pathplanner/autos/New New Auto.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 2,
"y": 2
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": []
}
},
"folder": null,
"choreoAuto": false
}
57 changes: 57 additions & 0 deletions src/main/deploy/pathplanner/autos/Park Amp.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"version": 1.0,
"startingPose": null,
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "deadline",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Shoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
{
"type": "deadline",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "ConfirmShoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "Park Amp"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
57 changes: 57 additions & 0 deletions src/main/deploy/pathplanner/autos/Park Source.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"version": 1.0,
"startingPose": null,
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Shoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "ConfirmShoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "Park Source"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
57 changes: 57 additions & 0 deletions src/main/deploy/pathplanner/autos/Park Stage.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"version": 1.0,
"startingPose": null,
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "deadline",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Shoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
{
"type": "deadline",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "ConfirmShoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "Park Stage"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/Troll from Amp.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.5001569895805271,
"y": 6.681985456994171
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Amp troll"
}
}
]
}
},
"folder": "Troll",
"choreoAuto": false
}
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
{
"version": 1.0,
"startingPose": null,
"startingPose": {
"position": {
"x": 2,
"y": 2
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Park Right"
"pathName": "Source troll"
}
}
]
}
},
"folder": null,
"folder": "Troll",
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 1.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 360.0,
"maxAngularAcceleration": 360.0
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 1.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 360.0,
"maxAngularAcceleration": 360.0
},
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/#2 Note.path
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 1.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 360.0,
"maxAngularAcceleration": 360.0
},
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/#3 Note.path
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 1.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 360.0,
"maxAngularAcceleration": 360.0
},
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/#4 Note.path
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 1.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 360.0,
"maxAngularAcceleration": 360.0
},
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/#5 Note.path
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 1.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 360.0,
"maxAngularAcceleration": 360.0
},
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/#7 Note.path
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 1.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 360.0,
"maxAngularAcceleration": 360.0
},
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/1m Test.path
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 1.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 360.0,
"maxAngularAcceleration": 360.0
},
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/2m Test.path
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 1.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 360.0,
"maxAngularAcceleration": 360.0
},
Expand Down
Loading

0 comments on commit 1693edf

Please sign in to comment.