Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
e76b92b
Improve 3d algae tracking
therekrab Jul 12, 2025
32f5168
Reduce nesting in AlgaeTracker
therekrab Jul 13, 2025
57834b7
Add algae backup
therekrab Jul 13, 2025
dc0ffb2
Add bindings for algae tracking
therekrab Jul 13, 2025
d359db6
Improve comment
therekrab Jul 13, 2025
83dee56
Add steal autons
therekrab Jul 13, 2025
eb473a8
Add secondary steal, just for shoot and move
therekrab Jul 13, 2025
98f7917
Merge branch 'main' into algae-tracking
therekrab Jul 14, 2025
a6ae7c7
3d algae
therekrab Jul 14, 2025
41a29b4
improvements to algae tracking
Jul 14, 2025
3b41325
remove unnecessary thigns
Jul 14, 2025
26cf81e
start on simple pose filterer
Jul 14, 2025
fcb75ae
Improve algae tracking
therekrab Jul 15, 2025
a4179f9
make some changes
Jul 16, 2025
7efcc38
i dont even know
Jul 17, 2025
e6054b5
Was halving the size of the algae twice (Once in the original measure…
HeidiG2007 Jul 22, 2025
646069d
Bump Autopilot version
therekrab Jul 29, 2025
fadc5fa
Merge branch 'algae-tracking' of https://github.com/hackbots-3414/202…
therekrab Jul 29, 2025
a256e9a
Replace track algae with net score.
therekrab Jul 31, 2025
a769494
Fix naming issue
therekrab Jul 31, 2025
d96e949
Stow on release of algae+net
therekrab Jul 31, 2025
eb35830
Disable algae tracking
therekrab Jul 31, 2025
3c181db
Fix paren issue
therekrab Aug 1, 2025
35b3de6
Add Net Prep command
therekrab Aug 1, 2025
3b86d2e
Removed Center Barge auto
therekrab Aug 1, 2025
20111bb
initial improvements to auto naming
therekrab Aug 1, 2025
c7b9a58
Update center.txt to prep net then score net
therekrab Aug 1, 2025
2a75731
Finish auton fixes
therekrab Aug 2, 2025
3a466ba
Enable endless alignment for teleop
therekrab Aug 2, 2025
4dd1776
Remove unused coral intake button binding
therekrab Aug 3, 2025
d22f92b
Add small wait to CoralWait to avoid mistakes
Aug 4, 2025
aa2775c
Make it easier to enable processor alignment
therekrab Aug 6, 2025
1568fa7
Update with remote
therekrab Aug 6, 2025
70ed3c1
Enable processor align; disable endless align
Aug 6, 2025
f32f8fd
fixes
Aug 7, 2025
c3bda69
Replace cam1 with much sharper cam1
Aug 7, 2025
2ae357f
minor improvements, change auto locations
Aug 7, 2025
2c9f2a1
Update Autopilot version to 1.4.0
therekrab Aug 8, 2025
9e2725b
working code!
Aug 9, 2025
a7c6ad3
Merge branch 'kettering' of https://github.com/hackbots-3414/2025_Ree…
Aug 9, 2025
63e1113
Attempt to fix coral scoring issues in match
therekrab Aug 9, 2025
a286a04
Merge branch 'kettering' into oi-improvement
therekrab Aug 9, 2025
406d65c
Ian likes it better this way
Aug 9, 2025
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
14 changes: 14 additions & 0 deletions ThriftyTest/autogen.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash
for fullpath in autons/*; do
if [[ -d "$fullpath" ]]; then
echo "[ INFO ] Skipping directory $fullpath"
continue
fi
filename=`basename $fullpath`
if [[ $filename = "auto-builder.py" ]]; then
continue
fi
name="${filename%.*}" # bash magic from stack overflow
auto_gen $fullpath > src/main/deploy/pathplanner/autos/$name.auto
echo "[ CREATE ] $name.auto"
done
11 changes: 6 additions & 5 deletions ThriftyTest/autons/center.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Align H
L4
Align GH & Upper Algae
Upper Algae ? Align GH
Align Barge Center
Net
Upper Algae & Align IJ
Net Prep + Net
Upper Algae ? Align IJ
Align Barge Left
Net
Align LIntake
Net Prep + Net
Stow
Align LIntake
12 changes: 0 additions & 12 deletions ThriftyTest/autons/center2.txt

This file was deleted.

File renamed without changes.
8 changes: 8 additions & 0 deletions ThriftyTest/autons/lollipop.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Align G + L4
Prep Lollipop Inside + (Lollipop Intake ? Lollipop Inside)
Beeline Barge Center
Net Prep + Net
Prep Lollipop Outside + (Lollipop Intake ? Lollipop Outside)
Beeline Barge Left
Net Prep + Net
Beeline LIntake
File renamed without changes.
6 changes: 6 additions & 0 deletions ThriftyTest/autons/steal-and-shoot.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Align G + L4
Prep Steal Inside + (Lollipop Intake ? Steal Inside)
Shoot Outside + Eject Algae
Prep Steal Outside + (Lollipop Intake ? Steal Outside)
Shoot Inside + Eject Algae
Beeline RIntake
8 changes: 8 additions & 0 deletions ThriftyTest/autons/steal.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Align G + L4
Prep Steal Inside + (Lollipop Intake ? Steal Inside)
Beeline Barge Center
Net Prep + Net
Prep Steal Outside + (Lollipop Intake ? Steal Outside)
Beeline Barge Left
Net Prep + Net
Beeline LIntake
15 changes: 5 additions & 10 deletions ThriftyTest/simgui.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"/SmartDashboard/Elevator/Subsystem": "Subsystem",
"/SmartDashboard/PathPlanner": "Alerts",
"/SmartDashboard/PhotonAlerts": "Alerts",
"/SmartDashboard/Prep/Set Angle": "Command",
"/SmartDashboard/Prep/Set Center": "Command",
"/SmartDashboard/Prep/Set Left": "Command",
"/SmartDashboard/Prep/Set Right": "Command",
Expand All @@ -34,6 +35,7 @@
"/SmartDashboard/Test/Drive To Center": "Command",
"/SmartDashboard/Test/Elevator Up": "Command",
"/SmartDashboard/Test/Enter test state": "Command",
"/SmartDashboard/Test/FIRE!!!": "Command",
"/SmartDashboard/Test/Follow Algae": "Command",
"/SmartDashboard/Test/L4": "Command",
"/SmartDashboard/Test/LowReefAlgaeIntake": "Command",
Expand All @@ -54,12 +56,7 @@
"visible": true
}
},
"/SmartDashboard/Prep/Set Left": {
"window": {
"visible": true
}
},
"/SmartDashboard/Prep/Set Right": {
"/SmartDashboard/Command Scheduler": {
"window": {
"visible": true
}
Expand All @@ -68,6 +65,7 @@
"Algae": {
"image": "../resources/algae.jpg",
"length": 0.800000011920929,
"selectable": false,
"width": 0.800000011920929
},
"FF": {
Expand Down Expand Up @@ -96,12 +94,12 @@
255.0
],
"length": 0.9399999976158142,
"selectable": false,
"style": "Box/Image",
"width": 0.9399999976158142
},
"Tracked Object": {
"arrows": false,
"image": "/Users/rekrab/hackbots/2025_Reefscape/resources/algae.jpg",
"length": 0.800000011920929,
"width": 0.800000011920929
},
Expand Down Expand Up @@ -223,9 +221,6 @@
"open": true
}
},
"Vision": {
"open": true
},
"open": true
},
"photonvision": {
Expand Down
202 changes: 0 additions & 202 deletions ThriftyTest/src/main/deploy/pathplanner/autos/4PieceLeft.auto

This file was deleted.

Loading