Skip to content
Open

Fix #14

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
4482340
Add turret angle calculation and visualization features
recepsirin0 Mar 18, 2026
5f593a3
Refactor turret subsystem and add shot utility classes
recepsirin0 Mar 27, 2026
b0132c9
Refactor Flywheel and Hood subsystems, adjust Intake and Turret param…
recepsirin0 Mar 30, 2026
74c8ad0
Update turret and path planner settings for improved performance and …
recepsirin0 May 8, 2026
9f64b08
Adjust robot mass and current limits for drive, hood, index, and kick…
recepsirin0 May 8, 2026
437bdd0
flywheel isatsetpoint fix + autonomous path
eren61q May 10, 2026
99c6189
hood fix
eren61q May 11, 2026
e34c40c
intaking while moving rpm control
eren61q May 11, 2026
5e3c473
poor variable naming fixed
eren61q May 11, 2026
2fe5ffb
isAtSetPoint method fix
eren61q May 12, 2026
74cf235
intake rpm increase only while moving backwards
eren61q May 12, 2026
571633a
pc to github
May 13, 2026
5449e6b
previous flywheel + intake fix
May 13, 2026
ba09b5a
more strict isatsetpoint check for flywheel
May 13, 2026
795d47d
unused imports removed
May 13, 2026
895cc16
ehm
eren61q May 13, 2026
3b87a22
Merge branch 'fix' of https://github.com/KelRot/rebuilt-2026 into fix
eren61q May 13, 2026
70ac266
testing commands
eren61q May 13, 2026
fc3d992
last fix
May 14, 2026
57e472d
Merge branch 'fix' of https://github.com/KelRot/rebuilt-2026 into fix
May 14, 2026
8180a11
Increase RPM threshold for isAtSetpoint method from 500 to 800
May 14, 2026
449c2f5
last
May 14, 2026
72f8653
Intake decreases rpm instead of increasing while moving
May 14, 2026
8ca227a
intake outtaking constants
May 14, 2026
1ea6f56
shoot on move + stucked recovery
May 14, 2026
c691da4
ok
May 15, 2026
2a59b59
a
May 15, 2026
4a90619
turret fix
May 15, 2026
5fe4ace
sotm fix hopefully
May 15, 2026
d12bcec
shot confidence might be useful
May 15, 2026
e32f887
tof mistake fix
May 15, 2026
579c979
suggestions for tuning
May 15, 2026
991547d
loop overrun fix
May 16, 2026
52e8a1a
drive overrun
May 16, 2026
0596aac
fix
May 16, 2026
a07b3c5
last fix
May 16, 2026
204fac6
under trench auto alıgn deleted
May 16, 2026
10c439b
sometimes what can i do yani
May 16, 2026
ead9e25
autonomous
eren61q May 16, 2026
9aae615
a
eren61q Jul 15, 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
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
null
],
"java.dependency.enableDependencyCheckup": false,
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx4G -Xms100m -Xlog:disable"
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx32G -Xms100m -Xlog:disable"
}
10 changes: 5 additions & 5 deletions .wpilib/wpilib_preferences.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"enableCppIntellisense": false,
"currentLanguage": "java",
"projectYear": "2026",
"teamNumber": 5655
}
"enableCppIntellisense": false,
"currentLanguage": "java",
"projectYear": "2026",
"teamNumber": 5655
}
Loading
Loading