Skip to content

Commit

Permalink
Add changes from 4/3/2024
Browse files Browse the repository at this point in the history
  • Loading branch information
twangodev committed Apr 4, 2024
1 parent 02a5732 commit f68f768
Show file tree
Hide file tree
Showing 38 changed files with 604 additions and 122 deletions.
6 changes: 3 additions & 3 deletions .pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"Troll"
],
"defaultMaxVel": 3.0,
"defaultMaxAccel": 4.0,
"defaultMaxAngVel": 540.0,
"defaultMaxAngAccel": 720.0,
"defaultMaxAccel": 1.0,
"defaultMaxAngVel": 360.0,
"defaultMaxAngAccel": 360.0,
"maxModuleSpeed": 4.331208
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
"data": {
"pathName": "#5 Note"
}
},
{
"type": "path",
"data": {
"pathName": "Long Shot Speaker Amp Side"
}
}
]
}
Expand Down
332 changes: 332 additions & 0 deletions src/main/deploy/pathplanner/autos/6 Note from Center.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,332 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.588271083518912,
"y": 5.624616329733554
},
"rotation": 180.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Shoot"
}
},
{
"type": "named",
"data": {
"name": "Stop"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Shoot"
}
},
{
"type": "named",
"data": {
"name": "ConfirmShoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Intake"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.5
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "#1 Note from Speaker"
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "IntakeHome"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Shoot"
}
},
{
"type": "named",
"data": {
"name": "Stop"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Shoot"
}
},
{
"type": "named",
"data": {
"name": "ConfirmShoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Intake"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.5
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "#2 Note"
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "IntakeHome"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.5
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Shoot"
}
},
{
"type": "named",
"data": {
"name": "Stop"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Shoot"
}
},
{
"type": "named",
"data": {
"name": "ConfirmShoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "#3 Note"
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "IntakeHome"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.5
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Shoot"
}
},
{
"type": "named",
"data": {
"name": "Stop"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Shoot"
}
},
{
"type": "named",
"data": {
"name": "ConfirmShoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
Loading

0 comments on commit f68f768

Please sign in to comment.