Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
83ff87d
ADD: added bump auto, left and right sides
SP-COMPuter Apr 15, 2026
5ebc72d
feat: memoization for booleans in drivetrain and interpolationcalc, c…
stuyry Apr 15, 2026
8c6546e
fix: auto changes, new spindexer gear ratio, tolerance switching, new…
SP-COMPuter Apr 15, 2026
ae83f17
feat: more ferrying poses
Danx3mer Apr 16, 2026
090e572
FEAT: depot auto, dynamic ferry targets
SP-COMPuter Apr 16, 2026
e6f673c
feat: move inner ferry points in, widen triangle restriction zone base
SP-COMPuter Apr 17, 2026
945fad3
switched to doglog
brien60 Apr 18, 2026
e813442
feat: follower auton + Empty test auton
SP-COMPuter Apr 18, 2026
d1b918f
fix: gear ratio change
SP-COMPuter Apr 18, 2026
87cb879
feat: auto wait time
SP-COMPuter Apr 18, 2026
859e7e8
feat: add limelight stuff to doglog and get rid of turret ramp rate
SP-COMPuter Apr 18, 2026
31e45bf
fix: digest angle, debounce individual tolerances for readyToShoot
SP-COMPuter Apr 18, 2026
5028da6
FEAT: motor temp for shooter
SP-COMPuter Apr 18, 2026
c6e3ed3
Merge pull request #30 from StuyPulse/dog-log-switch
k4limul Apr 19, 2026
4a9ac55
merge
SP-COMPuter Apr 20, 2026
fda4e8f
feat: wait time for follower autons
SP-COMPuter Apr 20, 2026
ec22610
feat: memoize shouldStop, use status signals for total drive/steer cu…
brien60 Apr 19, 2026
adc6cb8
ADD: autos, ferry changes, digest on stop sotm
SP-COMPuter Apr 20, 2026
d8a0b27
Merge branch 'pre-champs' of https://github.com/StuyPulse/Tribecbot i…
SP-COMPuter Apr 20, 2026
dcac3b7
ADD: Swerve drive digest (untested)
Apetrock24 Apr 20, 2026
de942c2
feat: final touches on autons, more logging on cameras, limit ferryin…
SP-COMPuter Apr 20, 2026
475eb17
ADD: Auto work
SP-COMPuter Apr 21, 2026
f1ec970
FIX: fixed double delay in follow autons. also made left follow go to…
jopy-wng Apr 22, 2026
316dd29
feat: (superstruct) isShooting() detection
Danx3mer Apr 22, 2026
13a8933
feat: auto changes
SP-COMPuter Apr 22, 2026
9042adc
FIX: intake deploy time
jopy-wng Apr 22, 2026
f27a7e9
feat: use hopper empty detection + fms util change to show shift 4 co…
SP-COMPuter Apr 22, 2026
5e22778
feat: change shooter is shooting detection logic to use stator current
Danx3mer Apr 22, 2026
83e05d3
FEAT: added slow backout to autons
SP-COMPuter Apr 22, 2026
be5acff
feat: more accurate energy util
SP-COMPuter Apr 22, 2026
2192104
feat: is hopper empty stuff + auton stuff
SP-COMPuter Apr 22, 2026
2d84082
FEAT: added auton jiggle to end of first pass
SP-COMPuter Apr 23, 2026
350d2ba
TESTING: Auto work
SP-COMPuter Apr 24, 2026
2792e2f
FIX: auto digest working again
jopy-wng Apr 24, 2026
5a5aeb8
FEAT: applied updates to all usable autons
jopy-wng Apr 24, 2026
9c9865b
fix: a whole lotta autons that actually work now :D
SP-COMPuter Apr 24, 2026
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
147 changes: 80 additions & 67 deletions elastic-layout.json

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions simgui.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
}
},
"NetworkTables": {
"Persistent Values": {
"open": false
},
"transitory": {
"SmartDashboard": {
"FieldPositions": {
Expand All @@ -102,13 +105,21 @@
"Intake": {
"open": true
},
"Robot": {
"Auton": {
"open": true
}
},
"Spindexer": {
"open": true
},
"States": {
"open": false
},
"Superstructure": {
"Turret": {
"open": true
},
"open": true
},
"open": true
Expand Down
19 changes: 19 additions & 0 deletions src/main/deploy/pathplanner/autos/Center Hub + Depot.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Center Hub To Depot"
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
{
"type": "path",
"data": {
"pathName": "Left Bump To NZ"
"pathName": "Left Bump To Score (Start)"
}
},
{
"type": "path",
"data": {
"pathName": "Left Middy To Bump Score"
"pathName": "Left Bump To Score"
}
},
{
Expand Down
37 changes: 37 additions & 0 deletions src/main/deploy/pathplanner/autos/Left Corner Bite.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Left Corner Bite"
}
},
{
"type": "path",
"data": {
"pathName": "Left Corner Bite To Score"
}
},
{
"type": "path",
"data": {
"pathName": "Left Bite Score To Score"
}
},
{
"type": "path",
"data": {
"pathName": "Left Score Jiggle"
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/Left Follow.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Left Follow To Bump"
}
},
{
"type": "path",
"data": {
"pathName": "Left Follow To Score"
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@
{
"type": "path",
"data": {
"pathName": "Left Score To NZ (F)"
}
},
{
"type": "path",
"data": {
"pathName": "Left NZ To Score"
"pathName": "Left Score Jiggle"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
{
"type": "path",
"data": {
"pathName": "Right Bump To NZ"
"pathName": "Right Bump To Score (Start)"
}
},
{
"type": "path",
"data": {
"pathName": "Right Middy To Bump Score"
"pathName": "Right Bump To Score"
}
},
{
Expand Down
37 changes: 37 additions & 0 deletions src/main/deploy/pathplanner/autos/Right Corner Bite.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Right Corner Bite"
}
},
{
"type": "path",
"data": {
"pathName": "Right NZ To Score"
}
},
{
"type": "path",
"data": {
"pathName": "Right Bite Score To Score"
}
},
{
"type": "path",
"data": {
"pathName": "Right Score Jiggle"
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/Right Follow.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Right Follow To Bump"
}
},
{
"type": "path",
"data": {
"pathName": "Right Follow To Score"
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@
{
"type": "path",
"data": {
"pathName": "Right Score To NZ (F)"
}
},
{
"type": "path",
"data": {
"pathName": "Right NZ To Score"
"pathName": "Right Score Jiggle"
}
}
]
Expand Down
84 changes: 84 additions & 0 deletions src/main/deploy/pathplanner/paths/Center Hub To Depot.path
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"version": "2025.0",
"waypoints": [
{
"anchor": {
"x": 3.6767760342368048,
"y": 4.015592011412268
},
"prevControl": null,
"nextControl": {
"x": 1.8783024251069897,
"y": 4.106162624821684
},
"isLocked": false,
"linkedName": "Center Hub"
},
{
"anchor": {
"x": 1.9947503566333804,
"y": 5.374151212553495
},
"prevControl": {
"x": 1.9947503566333804,
"y": 4.339058487874466
},
"nextControl": {
"x": 1.9947503566333804,
"y": 5.859787410660789
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 0.5456205420827387,
"y": 5.930513552068473
},
"prevControl": {
"x": 1.6583452211126959,
"y": 6.059900142653353
},
"nextControl": null,
"isLocked": false,
"linkedName": "Depot"
}
],
"rotationTargets": [],
"constraintZones": [
{
"name": "Constraints Zone",
"minWaypointRelativePos": 0,
"maxWaypointRelativePos": 1.7771775827143685,
"constraints": {
"maxVelocity": 0.75,
"maxAcceleration": 1.0,
"maxAngularVelocity": 300.0,
"maxAngularAcceleration": 900.0,
"nominalVoltage": 12.0,
"unlimited": false
}
}
],
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 1.75,
"maxAcceleration": 10.0,
"maxAngularVelocity": 300.0,
"maxAngularAcceleration": 900.0,
"nominalVoltage": 12.0,
"unlimited": false
},
"goalEndState": {
"velocity": 0,
"rotation": 180.0
},
"reversed": false,
"folder": "To Depot",
"idealStartingState": {
"velocity": 0,
"rotation": 180.0
},
"useDefaultConstraints": false
}
Loading
Loading