Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/FRC830/2024Robot
Browse files Browse the repository at this point in the history
  • Loading branch information
NottheIRS committed Mar 14, 2024
2 parents 88f6043 + 9d0b318 commit 484c5d3
Show file tree
Hide file tree
Showing 45 changed files with 518 additions and 724 deletions.
4 changes: 4 additions & 0 deletions .pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
"robotLength": 0.5715,
"holonomicMode": true,
"pathFolders": [
"BLUEPATH",
"REDPATH",
"Test Paths"
],
"autoFolders": [
"BLUEAUTON",
"REDAUTON",
"Test Autos"
],
"defaultMaxVel": 3.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"version": 1.0,
"startingPose": {
"position": {
"x": 1.0055648106551263,
"y": 5.545975061415772
"x": 0.48918041856440025,
"y": 4.731312058043963
},
"rotation": 0
"rotation": -60.0
},
"command": {
"type": "sequential",
Expand Down Expand Up @@ -33,37 +33,42 @@
{
"type": "path",
"data": {
"pathName": "Sub_TopNote"
"pathName": "BLUE_Path1"
}
},
{
"type": "path",
"data": {
"pathName": "TopNote_Sub"
"pathName": "BLUE_Path5"
}
},
{
"type": "parallel",
"type": "named",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SubShoot"
}
},
{
"type": "named",
"data": {
"name": "IntakeDown"
}
}
]
"name": "VisionShoot"
}
},
{
"type": "path",
"data": {
"pathName": "BLUE_Path2"
}
},
{
"type": "path",
"data": {
"pathName": "BLUE_Path3"
}
},
{
"type": "named",
"data": {
"name": "VisionShoot"
}
}
]
}
},
"folder": null,
"folder": "BLUEAUTON",
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"version": 1.0,
"startingPose": {
"position": {
"x": 1.18,
"y": 5.55
"x": 0.5868225259582199,
"y": 6.456421738466253
},
"rotation": 0
"rotation": 60.0
},
"command": {
"type": "sequential",
Expand Down Expand Up @@ -33,81 +33,54 @@
{
"type": "path",
"data": {
"pathName": "Sub_TopNote"
"pathName": "BLUE_3_Piece_Path_1"
}
},
{
"type": "path",
"data": {
"pathName": "TopNote_Sub"
}
},
{
"type": "parallel",
"type": "named",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SubShoot"
}
}
]
"name": "VisionShoot"
}
},
{
"type": "path",
"data": {
"pathName": "Sub_Note1"
"pathName": "BLUE_3_Piece_Path_2"
}
},
{
"type": "path",
"data": {
"pathName": "Note1_Sub"
"pathName": "BLUE_3_Piece_Path_3"
}
},
{
"type": "parallel",
"type": "named",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SubShoot"
}
}
]
"name": "VisionShoot"
}
},
{
"type": "path",
"data": {
"pathName": "Sub_Note2"
"pathName": "BLUE_3_Piece_Path_4"
}
},
{
"type": "path",
"data": {
"pathName": "Note2_Sub"
"pathName": "BLUE_3_Piece_Path_5"
}
},
{
"type": "parallel",
"type": "named",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SubShoot"
}
}
]
"name": "VisionShoot"
}
}
]
}
},
"folder": null,
"folder": "BLUEAUTON",
"choreoAuto": false
}
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/autos/IntakeDown_Test.auto
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"type": "path",
"data": {
"pathName": "Forward Path"
"pathName": null
}
},
{
Expand All @@ -26,7 +26,7 @@
{
"type": "path",
"data": {
"pathName": "Backwards Path"
"pathName": null
}
}
]
Expand Down
100 changes: 0 additions & 100 deletions src/main/deploy/pathplanner/autos/Middle_3_Piece.auto

This file was deleted.

49 changes: 0 additions & 49 deletions src/main/deploy/pathplanner/autos/New_4_Piece.auto

This file was deleted.

Loading

0 comments on commit 484c5d3

Please sign in to comment.