Skip to content

Commit

Permalink
Merge branch 'software-meeting' of https://github.com/team4909/2025-R…
Browse files Browse the repository at this point in the history
  • Loading branch information
KPatel008 committed Mar 4, 2025
2 parents 617f6b4 + 134d402 commit 3dedaf8
Show file tree
Hide file tree
Showing 25 changed files with 1,668 additions and 225 deletions.
7 changes: 7 additions & 0 deletions .Glass/glass.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"/SmartDashboard/Module 1": "Mechanism2d",
"/SmartDashboard/Module 2": "Mechanism2d",
"/SmartDashboard/Module 3": "Mechanism2d"
},
"windows": {
"/SmartDashboard/Auto Chooser": {
"window": {
"visible": true
}
}
}
},
"NetworkTables Info": {
Expand Down
271 changes: 271 additions & 0 deletions src/main/deploy/pathplanner/autos/2P No Processor.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,271 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "farLeft-right"
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "autoalign right"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.25
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "L4"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
{
"type": "wait",
"data": {
"waitTime": 1.0
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "score"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.5
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "stop shooter"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.05
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "L1"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.0
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "farLeft-right-S"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.5
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "S-closeLeft-right"
}
},
{
"type": "named",
"data": {
"name": "score"
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "autoalign right"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.0
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "stop shooter"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.05
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "L4"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
{
"type": "wait",
"data": {
"waitTime": 1.0
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "score"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.5
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "stop shooter"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.05
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "L1"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.0
}
}
]
}
}
]
}
},
"resetOdom": true,
"folder": "taxi and L4 far autos",
"choreoAuto": false
}
Loading

0 comments on commit 3dedaf8

Please sign in to comment.