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 #35 from OakvilleDynamics/new-autopaths
Browse files Browse the repository at this point in the history
New autopaths
  • Loading branch information
garrettsummerfi3ld authored Mar 19, 2024
2 parents 302bacd + 753e462 commit bf27038
Show file tree
Hide file tree
Showing 17 changed files with 548 additions and 451 deletions.
8 changes: 7 additions & 1 deletion src/main/deploy/pathplanner/autos/BL Path.auto
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"version": 1.0,
"startingPose": null,
"startingPose": {
"position": {
"x": 0.71583277069688,
"y": 7.110045901003483
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
Expand Down
8 changes: 7 additions & 1 deletion src/main/deploy/pathplanner/autos/BR Path.auto
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"version": 1.0,
"startingPose": null,
"startingPose": {
"position": {
"x": 1.107671952684762,
"y": 2.4888707299839377
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
Expand Down
43 changes: 43 additions & 0 deletions src/main/deploy/pathplanner/autos/BS Auto.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 16.29244648802688,
"y": 5.557362183607978
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "BS Path"
}
},
{
"type": "named",
"data": {
"name": "shootConveyor"
}
},
{
"type": "named",
"data": {
"name": "shootFlyWheel"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
8 changes: 7 additions & 1 deletion src/main/deploy/pathplanner/autos/RL Path.auto
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"version": 1.0,
"startingPose": null,
"startingPose": {
"position": {
"x": 15.541771563143822,
"y": 2.430613727257548
},
"rotation": -179.1864566650106
},
"command": {
"type": "sequential",
"data": {
Expand Down
8 changes: 7 additions & 1 deletion src/main/deploy/pathplanner/autos/RR Path.auto
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"version": 1.0,
"startingPose": null,
"startingPose": {
"position": {
"x": 16.01178678140832,
"y": 7.028186819906402
},
"rotation": 180.0
},
"command": {
"type": "sequential",
"data": {
Expand Down
43 changes: 43 additions & 0 deletions src/main/deploy/pathplanner/autos/RS Auto.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 15.146419352667763,
"y": 5.578111669043852
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "RS Path"
}
},
{
"type": "named",
"data": {
"name": "shootConveyor"
}
},
{
"type": "named",
"data": {
"name": "shootFlyWheel"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
55 changes: 55 additions & 0 deletions src/main/deploy/pathplanner/autos/bl Auto.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.4217011759439209,
"y": 7.400066486593781
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "bl Path"
}
},
{
"type": "named",
"data": {
"name": "shootConveyor"
}
},
{
"type": "named",
"data": {
"name": "shootFlyWheel"
}
},
{
"type": "named",
"data": {
"name": "dumpBed"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
},
{
"type": "path",
"data": {
"pathName": "bl2 Path"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
55 changes: 55 additions & 0 deletions src/main/deploy/pathplanner/autos/rr Auto.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 16.1521166347176,
"y": 7.390705607622041
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "rr Path"
}
},
{
"type": "named",
"data": {
"name": "shootConveyor"
}
},
{
"type": "named",
"data": {
"name": "shootFlyWheel"
}
},
{
"type": "named",
"data": {
"name": "dumpBed"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
},
{
"type": "path",
"data": {
"pathName": "rr2 Path"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
84 changes: 0 additions & 84 deletions src/main/deploy/pathplanner/paths/BL Path.path

This file was deleted.

Loading

0 comments on commit bf27038

Please sign in to comment.