Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
gym stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSkylake committed Mar 3, 2024
1 parent 03c494b commit f848d95
Show file tree
Hide file tree
Showing 20 changed files with 643 additions and 170 deletions.
2 changes: 1 addition & 1 deletion .pathplanner/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"robotWidth": 0.864,
"robotWidth": 0.86,
"robotLength": 0.86,
"holonomicMode": true,
"pathFolders": [],
Expand Down
154 changes: 154 additions & 0 deletions src/main/deploy/pathplanner/autos/Amp Side Shoot 2.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,154 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.24,
"y": 6.66
},
"rotation": 50.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "parallel",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "DeployIntake"
}
},
{
"type": "named",
"data": {
"name": "LiftArmToDeployDemonHorns"
}
},
{
"type": "named",
"data": {
"name": "RampShooterForManualShot"
}
}
]
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SetShootFromSubwoofer"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
},
{
"type": "named",
"data": {
"name": "Feed"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.2
}
},
{
"type": "named",
"data": {
"name": "Stop"
}
},
{
"type": "named",
"data": {
"name": "SetArmAndShooterForIntake"
}
},
{
"type": "named",
"data": {
"name": "StartIntake"
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "Amp Side Shoot 2 Get Note"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "HasNote"
}
},
{
"type": "named",
"data": {
"name": "Stop"
}
},
{
"type": "path",
"data": {
"pathName": "Return Amp Side Shoot 2 Get Note"
}
},
{
"type": "named",
"data": {
"name": "SetShootFromSubwoofer"
}
},
{
"type": "named",
"data": {
"name": "RampShooterForManualShot"
}
},
{
"type": "named",
"data": {
"name": "Feed"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.2
}
},
{
"type": "named",
"data": {
"name": "Stop"
}
}
]
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
154 changes: 154 additions & 0 deletions src/main/deploy/pathplanner/autos/Center Shoot 2.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,154 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.42,
"y": 5.527514849608872
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "parallel",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "RampShooterForManualShot"
}
},
{
"type": "named",
"data": {
"name": "DeployIntake"
}
},
{
"type": "named",
"data": {
"name": "LiftArmToDeployDemonHorns"
}
}
]
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SetShootFromSubwoofer"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
},
{
"type": "named",
"data": {
"name": "Feed"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.2
}
},
{
"type": "named",
"data": {
"name": "Stop"
}
},
{
"type": "named",
"data": {
"name": "SetArmAndShooterForIntake"
}
},
{
"type": "named",
"data": {
"name": "StartIntake"
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "Center Shoot 2 Get Note"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "HasNote"
}
},
{
"type": "named",
"data": {
"name": "Stop"
}
},
{
"type": "path",
"data": {
"pathName": "Return Center Shoot 2 Get Note"
}
},
{
"type": "named",
"data": {
"name": "SetShootFromSubwoofer"
}
},
{
"type": "named",
"data": {
"name": "RampShooterForManualShot"
}
},
{
"type": "named",
"data": {
"name": "Feed"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.2
}
},
{
"type": "named",
"data": {
"name": "Stop"
}
}
]
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
31 changes: 0 additions & 31 deletions src/main/deploy/pathplanner/autos/New Auto.auto

This file was deleted.

25 changes: 0 additions & 25 deletions src/main/deploy/pathplanner/autos/TestAuto.auto

This file was deleted.

Loading

0 comments on commit f848d95

Please sign in to comment.