Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto Shuffleboard Chooser #84

Merged
merged 58 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from 49 commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
88fbc20
merg conflict
kirbt Feb 29, 2024
2c121d7
Merge branch 'main' of https://github.com/kirbt/Crescendo2024
kirbt Mar 1, 2024
c7f6fde
merge in
kirbt Mar 9, 2024
fd73875
Merge branch 'main' of https://github.com/kirbt/Crescendo2024
kirbt Mar 9, 2024
97b50eb
Merge branch 'main' of https://github.com/kirbt/Crescendo2024
stewluj Mar 9, 2024
11dfa10
noob gaming
kirbt Mar 9, 2024
d757e84
filter method
kirbt Mar 9, 2024
4d530b0
tweak
kirbt Mar 9, 2024
5a8c44f
taco
kirbt Mar 12, 2024
2feaf60
chooser works yay
kirbt Mar 12, 2024
bd18f17
fumble
kirbt Mar 12, 2024
fac7bcb
yay it work
kirbt Mar 13, 2024
0c733e1
spotless boohoo hoo
kirbt Mar 13, 2024
fc0b2dd
added final
kirbt Mar 13, 2024
56bb7f8
debug
kirbt Mar 13, 2024
bcee266
debug 2
kirbt Mar 13, 2024
7b45642
making autos beter
kirbt Mar 13, 2024
6ae0ef5
start position within tolerance code
kirbt Mar 14, 2024
87b1ed6
Merge branch 'main' of https://github.com/kirbt/Crescendo2024
kirbt Mar 15, 2024
1696d89
debug
kirbt Mar 16, 2024
170ffb3
Merge branch 'main' into main
kirbt Mar 16, 2024
ad50df2
gulp
kirbt Mar 16, 2024
e04b7d8
test
kirbt Mar 16, 2024
00e4238
Revert "test"
kirbt Mar 16, 2024
4288c1f
gulp
kirbt Mar 16, 2024
935416b
test
kirbt Mar 16, 2024
4d70760
un noob
kirbt Mar 16, 2024
ddbb2e5
Rename LowSpeakerCenterLineN5N4N3.auto to LowSpeakerCenterlineN5N4N3.…
kirbt Mar 16, 2024
6e328bb
Rename LowSpeakerCenterLineN5N4.auto to LowSpeakerCenterlineN5N4.auto
kirbt Mar 16, 2024
675e36b
grub
kirbt Mar 16, 2024
633d1ad
Rename VisionSourceSideAutoLine4Score.auto to VisionSourceSideAutolin…
kirbt Mar 16, 2024
6da182b
Rename VisionAmpSideAutoLine5Score.auto to VisionAmpSideAutoline5Scor…
kirbt Mar 16, 2024
be647b8
Rename VisionAmpSideAutoLine4Score.auto to VisionAmpSideAutoline4Scor…
kirbt Mar 16, 2024
e9b5368
Rename TopSpeakerCenterLineN1N2AutoLine1.auto to TopSpeakerCenterline…
kirbt Mar 16, 2024
aa11525
Rename PresetAmpSideFarAutoLine4Score.auto to PresetAmpSideFarAutolin…
kirbt Mar 16, 2024
fdfc251
Rename PresetMidAutoLine4Score.auto to PresetMidAutoline4Score.auto
kirbt Mar 16, 2024
76fa84b
Rename PresetSourceSideAutoLine4Score.auto to PresetSourceSideAutolin…
kirbt Mar 16, 2024
f3c1629
Rename TopSpeakerCenterlineN1N2AutoLine1.auto to TopSpeakerCenterline…
kirbt Mar 16, 2024
c5f65ca
Rename PresetAmpSideAutoLine4Score.auto to PresetAmpSideAutoline4Scor…
kirbt Mar 16, 2024
e09c23d
Rename PresetAmpSideAutoLine3Score.auto to PresetAmpSideAutoline3Scor…
kirbt Mar 16, 2024
c797281
grub 2
kirbt Mar 16, 2024
0b28bfa
Merge branch 'main' of https://github.com/kirbt/Crescendo2024
kirbt Mar 16, 2024
2692875
goo goo ga ga
kirbt Mar 16, 2024
25fadf8
remove prev auto chooser code
kirbt Mar 16, 2024
e398324
Merge branch 'main' of https://github.com/kirbt/Crescendo2024
kirbt Mar 19, 2024
ec8c483
Merge branch 'main' of https://github.com/kirbt/Crescendo2024
kirbt Mar 19, 2024
2f60eb9
I LOVE MERGE CONFLICTS !!!!
kirbt Mar 19, 2024
e23c881
merge conflict nation rise up
kirbt Mar 19, 2024
e8eb7f0
auto delay widget
kirbt Mar 20, 2024
b4281c7
Auto Preview Fixes
kirbt Mar 21, 2024
6e4ce78
spotlessApply
kirbt Mar 21, 2024
30b77da
time estimator
kirbt Mar 21, 2024
992dccb
auto tweaking
kirbt Mar 21, 2024
3cfb860
spotless
kirbt Mar 21, 2024
11c1cba
Merge branch 'robototes:main' into main
kirbt Mar 22, 2024
1712878
limelight subsytem usage in complex autos
kirbt Mar 22, 2024
1e98f5c
null checkers + shuffleboard repositioning
kirbt Mar 22, 2024
9d104ce
fixed
kirbt Mar 22, 2024
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
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/5mForwardRotate180.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.4,
"y": 7.0
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "5mForwardRotate"
}
}
]
}
},
"folder": "Test",
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
},
"folder": "Complex Autos",
"choreoAuto": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
},
"folder": "Complex Autos",
"choreoAuto": false
}
}
37 changes: 37 additions & 0 deletions src/main/deploy/pathplanner/autos/MidFar4Score.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.33,
"y": 5.55
},
"rotation": 180.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "SpeakerToMidNote"
}
},
{
"type": "path",
"data": {
"pathName": "MidNoteToCenterMidNodeLaunch"
}
},
{
"type": "path",
"data": {
"pathName": "launchPosSecondCenterLineNoteLaunch"
}
}
]
}
},
"folder": "Vision Autos",
"choreoAuto": false
}
43 changes: 43 additions & 0 deletions src/main/deploy/pathplanner/autos/New Auto.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.33,
"y": 5.55
},
"rotation": 180.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "SpeakerToMidNote"
}
},
{
"type": "path",
"data": {
"pathName": "MidNoteToCenterMidNodeLaunch"
}
},
{
"type": "path",
"data": {
"pathName": "launchPosFirstNoteCenterLineLaunch"
}
},
{
"type": "path",
"data": {
"pathName": "launchSecondNoteCenterLineLaunch"
}
}
]
}
},
"folder": "Vision Autos",
"choreoAuto": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.73,
"y": 6.62
},
"rotation": -120.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SubwooferLaunch"
}
},
{
"type": "path",
"data": {
"pathName": "HighSpeakerPassAutoLine"
}
}
]
}
},
"folder": "Preset Autos",
"choreoAuto": false
}
31 changes: 31 additions & 0 deletions src/main/deploy/pathplanner/autos/PresetAmpSide2Score.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.73,
"y": 6.62
},
"rotation": -120.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SubwooferLaunch"
}
},
{
"type": "path",
"data": {
"pathName": "HighSpeakerHighNoteReturn"
}
}
]
}
},
"folder": "Preset Autos",
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
},
"folder": "Preset Autos",
"choreoAuto": false
}
}
61 changes: 61 additions & 0 deletions src/main/deploy/pathplanner/autos/PresetAmpSideAutoline4Score.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.73,
"y": 6.62
},
"rotation": -120.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SubwooferLaunch"
}
},
{
"type": "path",
"data": {
"pathName": "HighSpeakerHighNoteReturn"
}
},
{
"type": "named",
"data": {
"name": "SubwooferLaunch"
}
},
{
"type": "path",
"data": {
"pathName": "HighSpeakerHighNote2Return"
}
},
{
"type": "named",
"data": {
"name": "SubwooferLaunch"
}
},
{
"type": "path",
"data": {
"pathName": "HighSpeakerLowNoteReturn"
}
},
{
"type": "named",
"data": {
"name": "SubwooferLaunch"
}
}
]
}
},
"folder": "Preset Autos",
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
},
"folder": "Vision Autos",
"choreoAuto": false
}
}
6 changes: 0 additions & 6 deletions src/main/deploy/pathplanner/autos/PresetMid1Score.auto
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
"data": {
"name": "SubwooferLaunch"
}
},
{
"type": "path",
"data": {
"pathName": "MidSpeakerPassAutoLine"
}
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
},
"folder": "Preset Autos",
"choreoAuto": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"startingPose": {
"position": {
"x": 0.73,
"y": 4.46
"y": 4.47
},
"rotation": 120.0
},
Expand All @@ -16,12 +16,6 @@
"data": {
"name": "SubwooferLaunch"
}
},
{
"type": "path",
"data": {
"pathName": "LowSpeakerCenterLine"
}
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.73,
"y": 4.47
},
"rotation": 120.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SubwooferLaunch"
}
},
{
"type": "path",
"data": {
"pathName": "LowSpeakerPassAutoLine"
}
}
]
}
},
"folder": "Preset Autos",
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"startingPose": {
"position": {
"x": 0.73,
"y": 4.46
"y": 4.47
},
"rotation": 120.0
},
Expand Down Expand Up @@ -64,4 +64,4 @@
},
"folder": "Preset Autos",
"choreoAuto": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
},
"folder": "Complex Autos",
"choreoAuto": false
}
}
Loading
Loading