Skip to content

Commit

Permalink
Merge pull request #5 from FRC-4509-MechBulls/dev
Browse files Browse the repository at this point in the history
Code used at Gwinnett tournament🐙
  • Loading branch information
IsaacThoman authored Mar 21, 2024
2 parents 4df9407 + 2d3db9e commit 9425592
Show file tree
Hide file tree
Showing 56 changed files with 4,267 additions and 602 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,7 @@ logs/
ctre_sim/

.run/

simgui-ds.json

simgui.json
15 changes: 15 additions & 0 deletions .pathplanner/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"robotWidth": 0.92,
"robotLength": 1.2,
"holonomicMode": true,
"pathFolders": [
"speaker-ampside",
"speaker-center"
],
"autoFolders": [],
"defaultMaxVel": 4.0,
"defaultMaxAccel": 3.0,
"defaultMaxAngVel": 540.0,
"defaultMaxAngAccel": 720.0,
"maxModuleSpeed": 4.5
}
Binary file added field24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions networktables.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
155 changes: 155 additions & 0 deletions src/main/deploy/pathplanner/autos/AS-PL-00.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.765872873427322,
"y": 6.843527962547876
},
"rotation": -120.62502060853139
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "setObjectiveSpeaker"
}
},
{
"type": "named",
"data": {
"name": "disableAimAssist"
}
},
{
"type": "named",
"data": {
"name": "disableUseFedPoseIntention"
}
},
{
"type": "named",
"data": {
"name": "readyToShootMode"
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "wait",
"data": {
"waitTime": 5.0
}
},
{
"type": "named",
"data": {
"name": "waitForArmError"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "shootMode"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.4
}
},
{
"type": "named",
"data": {
"name": "intakeMode"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "speakerAmpsideToNote00"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "wait",
"data": {
"waitTime": 0.7
}
},
{
"type": "named",
"data": {
"name": "enableAimAssist"
}
}
]
}
}
]
}
},
{
"type": "named",
"data": {
"name": "holdMode"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.4
}
},
{
"type": "named",
"data": {
"name": "readyToShootMode"
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "joystick0"
}
},
{
"type": "wait",
"data": {
"waitTime": 3.0
}
}
]
}
},
{
"type": "named",
"data": {
"name": "shootMode"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
Loading

0 comments on commit 9425592

Please sign in to comment.