-
-
Notifications
You must be signed in to change notification settings - Fork 0
Mukwonago2026 merge into dev #58
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
633aac0
fix: remove example constant
CameronMyhre a0bf1c1
feat: improve vision odometry through consensus gating
CameronMyhre 42df9d1
docs: add javadoc comments to updated code
CameronMyhre aa1983b
refactor: clean up redundant imports
CameronMyhre f900fae
refactor: rename variable for clarity
CameronMyhre a573025
feat: gate by ambiguity
CameronMyhre d9d2903
docs: fix ai written comment
CameronMyhre c32c625
refactor: improve maintainability of hardcoded constants
CameronMyhre 9f558b1
feat: improve consensus filtering with agreement count
CameronMyhre 7c4d05b
fix: correct copilot variable naming issue
CameronMyhre 4dd7154
Test commit
quipp 5b661eb
Merge pull request #52 from Team537/dev
CameronMyhre cf991c6
fix: add 2s delay to auto to let shooter rev up and prevent jams
CameronMyhre 82b1f60
feat(auto): deploy intake before shooting delay
CameronMyhre 4900911
fix: flip depot and outpost autos when on red
CameronMyhre e7be189
Increase power offset rate. Add buttons to reset offsets.
quipp 249cb68
Remove test comment
quipp cc4c034
Drop to 1 percent per tick for shooter percentage
quipp fc75215
Combine reset for both triggers into one command
quipp c7fa2ea
fix: correct 2 second delay issue
CameronMyhre 6fba582
0.5 percent per 20 ms for shooter power
quipp c13a2dd
Merge pull request #54 from Team537/improve-operator-offset-controls
quipp 466eeab
Merge branch 'dev' into feature/add-ambiguity-gating-to-vision-odometry
CameronMyhre b6bf648
Merge branch 'feature/add-ambiguity-gating-to-vision-odometry' into m…
CameronMyhre 6e7e65e
Revert "Merge branch 'feature/add-ambiguity-gating-to-vision-odometry…
CameronMyhre 4ade3fa
feat: add new auto options
CameronMyhre fe5cc4a
feat: update target setpoints
CameronMyhre 98e2804
Update src/main/java/frc/robot/RobotContainer.java
CameronMyhre c66f4e8
feat: uncomment removed, tested functionality
CameronMyhre fd9f669
Update src/main/java/frc/robot/commands/ShootPreloadCommand.java
CameronMyhre File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,6 +9,10 @@ public enum IntakeStrategy { | |
| RAM_LEFT, | ||
| RAM_RIGHT, | ||
| JUST_SHOOT, | ||
| B_N_F_L, | ||
| B_N_F_R, | ||
| RAM_SS_L, | ||
| RAM_SS_R, | ||
| CUSTOM | ||
|
|
||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.