Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenheroux committed Feb 24, 2024
1 parent 17b17f7 commit 3ffd4d0
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 186 deletions.
37 changes: 0 additions & 37 deletions src/main/deploy/pathplanner/autos/+5 spin 90 -5.auto

This file was deleted.

37 changes: 0 additions & 37 deletions src/main/deploy/pathplanner/autos/+5m -5m.auto

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"version": 1.0,
"startingPose": {
"position": {
"x": 2,
"y": 7.0
"x": 1.2177246172674163,
"y": 6.408848454060545
},
"rotation": 0
"rotation": 60.0
},
"command": {
"type": "sequential",
Expand All @@ -14,7 +14,7 @@
{
"type": "path",
"data": {
"pathName": "+5m"
"pathName": "amp.near"
}
}
]
Expand Down
18 changes: 18 additions & 0 deletions src/main/deploy/pathplanner/autos/mid 1.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
}
18 changes: 18 additions & 0 deletions src/main/deploy/pathplanner/autos/source 1.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
}
49 changes: 0 additions & 49 deletions src/main/deploy/pathplanner/paths/+5m.path

This file was deleted.

49 changes: 0 additions & 49 deletions src/main/deploy/pathplanner/paths/-5m.path

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,38 @@
"waypoints": [
{
"anchor": {
"x": 2.0,
"y": 7.0
"x": 1.22,
"y": 6.41
},
"prevControl": null,
"nextControl": {
"x": 3.0,
"y": 7.0
"x": 2.8289896186546137,
"y": 6.41
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 7.0,
"y": 7.0
"x": 2.374489112614589,
"y": 6.670053340106681
},
"prevControl": {
"x": 6.0,
"y": 7.0
"x": 1.3744891126145888,
"y": 6.670053340106681
},
"nextControl": null,
"isLocked": false,
"linkedName": null
}
],
"rotationTargets": [],
"rotationTargets": [
{
"waypointRelativePos": 0,
"rotationDegrees": 60.0,
"rotateFast": true
}
],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
Expand All @@ -39,7 +45,7 @@
},
"goalEndState": {
"velocity": 0,
"rotation": -90.0,
"rotation": 30.0,
"rotateFast": false
},
"reversed": false,
Expand Down

0 comments on commit 3ffd4d0

Please sign in to comment.