Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
Merge pull request #48 from OakvilleDynamics/GRC
Browse files Browse the repository at this point in the history
2024 GRC Competition
  • Loading branch information
garrettsummerfi3ld authored Jan 5, 2025
2 parents 827be20 + 2780098 commit af9cb68
Show file tree
Hide file tree
Showing 16 changed files with 359 additions and 183 deletions.
43 changes: 0 additions & 43 deletions src/main/deploy/pathplanner/autos/BLUE AMP SIDE Auto.auto

This file was deleted.

43 changes: 0 additions & 43 deletions src/main/deploy/pathplanner/autos/BLUE SOURCE SIDE Auto.auto

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"version": 1.0,
"startingPose": {
"position": {
"x": 15.319384055583853,
"y": 5.551187918118234
"x": 2.0,
"y": 7.0
},
"rotation": 0
},
Expand All @@ -12,27 +12,33 @@
"data": {
"commands": [
{
"type": "named",
"type": "path",
"data": {
"name": "SHOOTCONVEYOR"
"pathName": "D Amp to Speaker Score"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
},
{
"type": "named",
"data": {
"name": "SHOOTFLYS"
"name": "SHOOTCONVEYOR"
}
},
{
"type": "wait",
"type": "named",
"data": {
"waitTime": 2.0
"name": "SHOOTFLYS"
}
},
{
"type": "path",
"data": {
"pathName": "RS Path"
"pathName": "D Leave Zone"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"version": 1.0,
"startingPose": {
"position": {
"x": 0.400090600751002,
"y": 1.9997004096572308
"x": 2.0,
"y": 7.0
},
"rotation": 0
},
Expand All @@ -14,7 +14,7 @@
{
"type": "path",
"data": {
"pathName": "BR Path"
"pathName": "D Leave Zone"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"version": 1.0,
"startingPose": {
"position": {
"x": 16.112410901029318,
"y": 2.0413098429059118
"x": 1.9169897697665406,
"y": 1.792603115355015
},
"rotation": 0
},
Expand All @@ -14,7 +14,7 @@
{
"type": "path",
"data": {
"pathName": "RR Path"
"pathName": "D Source Leave Zone"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"version": 1.0,
"startingPose": {
"position": {
"x": 1.3674277229789629,
"y": 5.557362183607978
"x": 2.0,
"y": 7.0
},
"rotation": 0
},
Expand All @@ -12,27 +12,27 @@
"data": {
"commands": [
{
"type": "named",
"type": "path",
"data": {
"name": "SHOOTCONVEYOR"
"pathName": "D-Amp-2"
}
},
{
"type": "named",
"data": {
"name": "SHOOTFLYS"
"name": "SHOOTCONVEYOR"
}
},
{
"type": "wait",
"type": "named",
"data": {
"waitTime": 2.0
"name": "SHOOTFLYSLOW"
}
},
{
"type": "path",
"data": {
"pathName": "BS Path"
"pathName": "D Leave Zone"
}
}
]
Expand Down
43 changes: 0 additions & 43 deletions src/main/deploy/pathplanner/autos/RED AMP SIDE Auto.auto

This file was deleted.

25 changes: 0 additions & 25 deletions src/main/deploy/pathplanner/autos/RED SOURCE SIDE Auto.auto

This file was deleted.

52 changes: 52 additions & 0 deletions src/main/deploy/pathplanner/paths/D Amp to Speaker Score.path
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"version": 1.0,
"waypoints": [
{
"anchor": {
"x": 2.0,
"y": 7.0
},
"prevControl": null,
"nextControl": {
"x": 3.0,
"y": 7.0
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 1.372979159427387,
"y": 5.522961586252069
},
"prevControl": {
"x": 2.3638556282594165,
"y": 5.445245784775046
},
"nextControl": null,
"isLocked": false,
"linkedName": null
}
],
"rotationTargets": [],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 0,
"rotation": 0,
"rotateFast": false
},
"reversed": false,
"folder": null,
"previewStartingState": {
"rotation": 0,
"velocity": 0
},
"useDefaultConstraints": true
}
Loading

0 comments on commit af9cb68

Please sign in to comment.