Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions simgui-ds.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,10 @@
"buttonCount": 0,
"povCount": 0
}
],
"robotJoysticks": [
{
"guid": "Keyboard0"
}
]
}
55 changes: 0 additions & 55 deletions src/main/deploy/pathplanner/autos/Basic Comp Auto - RIGHT.auto

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,49 +7,49 @@
{
"type": "path",
"data": {
"pathName": "Start to Shoot - LEFT"
"pathName": "Start to Shoot"
}
},
{
"type": "named",
"type": "wait",
"data": {
"name": "Shoot"
"waitTime": 1.0
}
},
{
"type": "path",
"data": {
"pathName": "Shoot to Overbump - LEFT"
"pathName": "Shoot to Overbump"
}
},
{
"type": "path",
"data": {
"pathName": "Collect - LEFT"
"pathName": "Collect"
}
},
{
"type": "path",
"data": {
"pathName": "Overbump to Shoot - LEFT"
"pathName": "Overbump to Shoot"
}
},
{
"type": "named",
"type": "wait",
"data": {
"name": "Shoot"
"waitTime": 1.0
}
},
{
"type": "path",
"data": {
"pathName": "Shoot to Climb - LEFT"
"pathName": "Shoot to Climber"
}
}
]
}
},
"resetOdom": true,
"folder": "Comp Autos",
"folder": null,
"choreoAuto": false
}
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/Full Simple Auto.auto
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
}
},
"resetOdom": true,
"folder": "Simple Autos",
"folder": null,
"choreoAuto": false
}
8 changes: 1 addition & 7 deletions src/main/deploy/pathplanner/autos/Plus Auto.auto
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Seed"
}
},
{
"type": "path",
"data": {
Expand Down Expand Up @@ -37,7 +31,7 @@
]
}
},
"resetOdom": true,
"resetOdom": false,
"folder": "Test Autos",
"choreoAuto": false
}
8 changes: 1 addition & 7 deletions src/main/deploy/pathplanner/autos/Rotate and Move Auto.auto
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Seed"
}
},
{
"type": "path",
"data": {
Expand All @@ -25,7 +19,7 @@
]
}
},
"resetOdom": true,
"resetOdom": false,
"folder": "Test Autos",
"choreoAuto": false
}
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/Simple Forward Auto.auto
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
}
},
"resetOdom": true,
"folder": "Simple Autos",
"folder": null,
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
}
},
"resetOdom": true,
"folder": "Simple Autos",
"folder": null,
"choreoAuto": false
}
8 changes: 1 addition & 7 deletions src/main/deploy/pathplanner/autos/Square Auto.auto
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Seed"
}
},
{
"type": "path",
"data": {
Expand Down Expand Up @@ -37,7 +31,7 @@
]
}
},
"resetOdom": true,
"resetOdom": false,
"folder": "Test Autos",
"choreoAuto": false
}
75 changes: 0 additions & 75 deletions src/main/deploy/pathplanner/paths/Collect - LEFT.path

This file was deleted.

75 changes: 0 additions & 75 deletions src/main/deploy/pathplanner/paths/Collect - RIGHT.path

This file was deleted.

Loading