Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cherriae committed Mar 14, 2024
2 parents 243b791 + b63d820 commit c2ec310
Show file tree
Hide file tree
Showing 31 changed files with 246 additions and 170 deletions.
11 changes: 7 additions & 4 deletions .pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
"robotLength": 0.8,
"holonomicMode": true,
"pathFolders": [
"reg paths",
"straight pickup"
"straight paths",
"curved paths"
],
"autoFolders": [],
"defaultMaxVel": 3.0,
"autoFolders": [
"curved",
"straight"
],
"defaultMaxVel": 4.0,
"defaultMaxAccel": 3.0,
"defaultMaxAngVel": 180.0,
"defaultMaxAngAccel": 360.0,
Expand Down
2 changes: 2 additions & 0 deletions simgui.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
"/SmartDashboard/ACTUATOR PID": "PIDController",
"/SmartDashboard/AUTON CHOOSER": "String Chooser",
"/SmartDashboard/ELEVATOR PID": "PIDController",
"/SmartDashboard/FIELD": "Field2d",
"/SmartDashboard/Gyro": "Gyro",
"/SmartDashboard/PIDController[1]": "PIDController",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
{
"type": "path",
"data": {
"pathName": "REAL AUTON OUT"
"pathName": "get bot c"
}
},
{
"type": "path",
"data": {
"pathName": "REAL AUTON IN"
"pathName": "shoot bot c"
}
},
{
Expand All @@ -38,6 +38,6 @@
]
}
},
"folder": null,
"folder": "curved",
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
{
"type": "path",
"data": {
"pathName": "get bot note"
"pathName": "get bot s"
}
},
{
"type": "path",
"data": {
"pathName": "shoot bot note"
"pathName": "shoot bot s"
}
},
{
Expand All @@ -38,6 +38,6 @@
]
}
},
"folder": null,
"folder": "straight",
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
{
"type": "path",
"data": {
"pathName": "get mid"
"pathName": "get mid c"
}
},
{
"type": "path",
"data": {
"pathName": "shoot mid"
"pathName": "shoot mid c"
}
},
{
Expand All @@ -38,13 +38,13 @@
{
"type": "path",
"data": {
"pathName": "REAL AUTON OUT"
"pathName": "get bot c"
}
},
{
"type": "path",
"data": {
"pathName": "REAL AUTON IN"
"pathName": "shoot bot c"
}
},
{
Expand All @@ -56,6 +56,6 @@
]
}
},
"folder": null,
"folder": "curved",
"choreoAuto": false
}
61 changes: 0 additions & 61 deletions src/main/deploy/pathplanner/autos/3 Piece Auton.auto

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
{
"type": "path",
"data": {
"pathName": "get mid"
"pathName": "get mid c"
}
},
{
"type": "path",
"data": {
"pathName": "shoot mid"
"pathName": "shoot mid c"
}
},
{
Expand All @@ -38,13 +38,13 @@
{
"type": "path",
"data": {
"pathName": "REAL AUTON OUT"
"pathName": "get bot c"
}
},
{
"type": "path",
"data": {
"pathName": "REAL AUTON IN"
"pathName": "shoot bot c"
}
},
{
Expand All @@ -56,13 +56,13 @@
{
"type": "path",
"data": {
"pathName": "get top"
"pathName": "get top c"
}
},
{
"type": "path",
"data": {
"pathName": "shoot top"
"pathName": "shoot top c"
}
},
{
Expand All @@ -74,6 +74,6 @@
]
}
},
"folder": null,
"folder": "curved",
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
{
"type": "path",
"data": {
"pathName": "get bot note"
"pathName": "get bot s"
}
},
{
"type": "path",
"data": {
"pathName": "shoot bot note"
"pathName": "shoot bot s"
}
},
{
Expand All @@ -38,13 +38,13 @@
{
"type": "path",
"data": {
"pathName": "get mid note"
"pathName": "get mid s"
}
},
{
"type": "path",
"data": {
"pathName": "shoot mid note"
"pathName": "shoot mid s"
}
},
{
Expand All @@ -56,13 +56,13 @@
{
"type": "path",
"data": {
"pathName": "get top note"
"pathName": "get top s"
}
},
{
"type": "path",
"data": {
"pathName": "shoot top note"
"pathName": "shoot top s"
}
},
{
Expand All @@ -74,6 +74,6 @@
]
}
},
"folder": null,
"folder": "straight",
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}
],
"globalConstraints": {
"maxVelocity": 3.0,
"maxVelocity": 4.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 180.0,
"maxAngularAcceleration": 360.0
Expand All @@ -73,7 +73,7 @@
"rotateFast": false
},
"reversed": false,
"folder": null,
"folder": "curved paths",
"previewStartingState": {
"rotation": 0,
"velocity": 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"rotateFast": false
},
"reversed": false,
"folder": "reg paths",
"folder": "straight paths",
"previewStartingState": null,
"useDefaultConstraints": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}
],
"globalConstraints": {
"maxVelocity": 3.0,
"maxVelocity": 4.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 180.0,
"maxAngularAcceleration": 360.0
Expand All @@ -73,7 +73,7 @@
"rotateFast": false
},
"reversed": false,
"folder": "straight pickup",
"folder": "curved paths",
"previewStartingState": {
"rotation": 0,
"velocity": 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"rotateFast": false
},
"reversed": false,
"folder": "reg paths",
"folder": "straight paths",
"previewStartingState": null,
"useDefaultConstraints": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}
],
"globalConstraints": {
"maxVelocity": 3.0,
"maxVelocity": 4.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 180.0,
"maxAngularAcceleration": 360.0
Expand All @@ -73,7 +73,7 @@
"rotateFast": false
},
"reversed": false,
"folder": "straight pickup",
"folder": "curved paths",
"previewStartingState": {
"rotation": 0,
"velocity": 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"rotateFast": false
},
"reversed": false,
"folder": "reg paths",
"folder": "straight paths",
"previewStartingState": null,
"useDefaultConstraints": false
}
Loading

0 comments on commit c2ec310

Please sign in to comment.