Skip to content

Commit

Permalink
Merge branch 'main' into 458-fix-climb
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilok1 committed Mar 20, 2024
2 parents d6a6af9 + 9602766 commit bad251f
Show file tree
Hide file tree
Showing 72 changed files with 1,257 additions and 1,372 deletions.
4 changes: 2 additions & 2 deletions .pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"Ann Arbor Bottom",
"Ann Arbor Top"
],
"defaultMaxVel": 3.0,
"defaultMaxAccel": 4.0,
"defaultMaxVel": 5.0,
"defaultMaxAccel": 5.0,
"defaultMaxAngVel": 540.0,
"defaultMaxAngAccel": 720.0,
"maxModuleSpeed": 5.21
Expand Down
19 changes: 0 additions & 19 deletions src/main/deploy/pathplanner/autos/1-BF-[F1]-EF.auto

This file was deleted.

6 changes: 6 additions & 0 deletions src/main/deploy/pathplanner/autos/1-SB-[F4]-EF.auto
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
"data": {
"pathName": "SB-F4"
}
},
{
"type": "named",
"data": {
"name": "Chase-Pieces"
}
}
]
}
Expand Down
37 changes: 37 additions & 0 deletions src/main/deploy/pathplanner/autos/1-SF-[F1]-EF.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"version": 1.0,
"startingPose": null,
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Cand-Sub"
}
},
{
"type": "wait",
"data": {
"waitTime": 8.0
}
},
{
"type": "path",
"data": {
"pathName": "SF-F1"
}
},
{
"type": "named",
"data": {
"name": "Chase-Pieces"
}
}
]
}
},
"folder": "Ann Arbor Top",
"choreoAuto": false
}
18 changes: 18 additions & 0 deletions src/main/deploy/pathplanner/autos/1-ST-[F1]-EF.auto
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,29 @@
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Cand-Sub"
}
},
{
"type": "wait",
"data": {
"waitTime": 8.0
}
},
{
"type": "path",
"data": {
"pathName": "ST-F1"
}
},
{
"type": "named",
"data": {
"name": "Chase-Pieces"
}
}
]
}
Expand Down
82 changes: 0 additions & 82 deletions src/main/deploy/pathplanner/autos/2-SB-[F5]-EF.auto

This file was deleted.

51 changes: 45 additions & 6 deletions src/main/deploy/pathplanner/autos/3-B-[F5-F4]-EF.auto
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,22 @@
}
},
{
"type": "named",
"type": "deadline",
"data": {
"name": "Smart-Shoot"
"commands": [
{
"type": "named",
"data": {
"name": "Smart-Shoot"
}
},
{
"type": "named",
"data": {
"name": "Stop-Drive"
}
}
]
}
}
]
Expand Down Expand Up @@ -114,9 +127,22 @@
}
},
{
"type": "named",
"type": "deadline",
"data": {
"name": "Smart-Shoot"
"commands": [
{
"type": "named",
"data": {
"name": "Smart-Shoot"
}
},
{
"type": "named",
"data": {
"name": "Stop-Drive"
}
}
]
}
},
{
Expand Down Expand Up @@ -190,9 +216,22 @@
}
},
{
"type": "named",
"type": "deadline",
"data": {
"name": "Smart-Shoot"
"commands": [
{
"type": "named",
"data": {
"name": "Smart-Shoot"
}
},
{
"type": "named",
"data": {
"name": "Stop-Drive"
}
}
]
}
}
]
Expand Down
49 changes: 44 additions & 5 deletions src/main/deploy/pathplanner/autos/3-SB-[F5-F4]-EF.auto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"type": "named",
"data": {
"name": "Smart-Shoot"
"name": "Cand-Sub"
}
},
{
Expand Down Expand Up @@ -95,9 +95,22 @@
}
},
{
"type": "named",
"type": "deadline",
"data": {
"name": "Smart-Shoot"
"commands": [
{
"type": "named",
"data": {
"name": "Smart-Shoot"
}
},
{
"type": "named",
"data": {
"name": "Stop-Drive"
}
}
]
}
},
{
Expand Down Expand Up @@ -184,9 +197,35 @@
}
},
{
"type": "named",
"type": "deadline",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Smart-Shoot"
}
},
{
"type": "named",
"data": {
"name": "Stop-Drive"
}
}
]
}
},
{
"type": "sequential",
"data": {
"name": "Smart-Shoot"
"commands": [
{
"type": "path",
"data": {
"pathName": "BL-F3"
}
}
]
}
}
]
Expand Down
23 changes: 21 additions & 2 deletions src/main/deploy/pathplanner/autos/4-SB-[C3-C2-C1-F1]-EF.auto
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,28 @@
"data": {
"commands": [
{
"type": "named",
"type": "race",
"data": {
"name": "Smart-Shoot"
"commands": [
{
"type": "named",
"data": {
"name": "Smart-Shoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 3.0
}
}
]
}
},
{
"type": "wait",
"data": {
"waitTime": 4.0
}
},
{
Expand Down
Loading

0 comments on commit bad251f

Please sign in to comment.