Skip to content

Commit

Permalink
Merge pull request #544 from frc-862/543-talking-is-hard
Browse files Browse the repository at this point in the history
[#543] talking is hard
  • Loading branch information
MattD8957 authored Apr 15, 2024
2 parents 9f1559d + badfe9e commit f583f2c
Show file tree
Hide file tree
Showing 51 changed files with 494 additions and 1,369 deletions.
3 changes: 2 additions & 1 deletion .pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"Top side paths"
],
"autoFolders": [
"Point Blank"
"Hide",
"New Folder"
],
"defaultMaxVel": 5.0,
"defaultMaxAccel": 4.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/2-SB-[C3]-EC.auto
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@
]
}
},
"folder": null,
"folder": "New Folder",
"choreoAuto": false
}
35 changes: 33 additions & 2 deletions src/main/deploy/pathplanner/autos/2-SF-[C2]-EC.auto
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,32 @@
{
"type": "wait",
"data": {
"waitTime": 4.0
"waitTime": 6.0
}
}
]
}
},
{
"type": "named",
"data": {
"name": "Enable-Vision"
}
},
{
"type": "deadline",
"data": {
"commands": [
{
"type": "wait",
"data": {
"waitTime": 1.0
}
},
{
"type": "named",
"data": {
"name": "Stop-Flywheel"
}
}
]
Expand All @@ -39,6 +64,12 @@
"data": {
"name": "Smart-Collect"
}
},
{
"type": "named",
"data": {
"name": "Stop-Flywheel"
}
}
]
}
Expand All @@ -65,6 +96,6 @@
]
}
},
"folder": null,
"folder": "New Folder",
"choreoAuto": false
}
34 changes: 26 additions & 8 deletions src/main/deploy/pathplanner/autos/2-ST-[C1]-EC.auto
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,26 @@
]
}
},
{
"type": "named",
"data": {
"name": "Enable-Vision"
}
},
{
"type": "deadline",
"data": {
"commands": [
{
"type": "path",
"type": "wait",
"data": {
"pathName": "ST-C1"
"waitTime": 1.0
}
},
{
"type": "named",
"data": {
"name": "Smart-Collect"
"name": "Stop-Flywheel"
}
}
]
Expand All @@ -48,26 +54,38 @@
"data": {
"commands": [
{
"type": "named",
"type": "path",
"data": {
"name": "Point-At-Speaker"
"pathName": "ST-C1"
}
},
{
"type": "named",
"data": {
"name": "preAim"
"name": "Smart-Collect"
}
},
{
"type": "named",
"data": {
"name": "Smart-Collect"
"name": "Stop-Flywheel"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "Point-At-Speaker"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
},
{
"type": "deadline",
"data": {
Expand All @@ -90,6 +108,6 @@
]
}
},
"folder": null,
"folder": "New Folder",
"choreoAuto": false
}
Loading

0 comments on commit f583f2c

Please sign in to comment.