Add auto-aim hood with interpolation table, tuning helpers, with Claude#10
Open
Add auto-aim hood with interpolation table, tuning helpers, with Claude#10
Conversation
…gear ratio Replace polynomial hood angle calculation with NT-tunable interpolation tables for both hood angle and shooter RPS based on distance to target. Add save-shot button, lock-distance toggle, tunable nudge step, iterative shoot-on-the-move compensation, and global hood angle offset for competition-day quick adjustments. Fix hood gear ratio (16T:24T -> 10T:160T = 24:1) and soft limits to use Constants NT values. Fix pre-existing SHOOT_MANUAL compile error. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Member
|
Alr thanks I just updated my code with the recommended changes and it
should be good to go
…On Mon, Mar 30, 2026 at 00:30 Trent ***@***.***> wrote:
@netarcx <https://github.com/netarcx> requested your review on:
SouthwestRoboticsProgramming/2026_Main_Robot#10
<#10>
Add auto-aim hood with interpolation table, tuning helpers, with Claude.
—
Reply to this email directly, view it on GitHub
<#10?email_source=notifications&email_token=BXIL3Q6JF7OOZATPUPUM4K34TIBABA5CNFSNUABQM5UWIORPF5TWS5BNNB2WEL2JONZXKZKFOZSW45CON52GSZTJMNQXI2LPNYXTENBQGIYTMMRUHA3TTJTSMVQXG33OWBZGK5TJMV3V64TFOF2WK43UMVSKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#event-24021624879>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BXIL3Q2OVDMU47CE5UEBWMT4TIBABAVCNFSM6AAAAACXFSXE5WVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMRUGAZDCNRSGQ4DOOI>
.
You are receiving this because your review was requested.Message ID:
<SouthwestRoboticsProgramming/2026_Main_Robot/pull/10/issue_event/24021624879
@github.com>
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
…gear ratio
Replace polynomial hood angle calculation with NT-tunable interpolation tables for both hood angle and shooter RPS based on distance to target. Add save-shot button, lock-distance toggle, tunable nudge step, iterative shoot-on-the-move compensation, and global hood angle offset for competition-day quick adjustments. Fix hood gear ratio (16T:24T -> 10T:160T = 24:1) and soft limits to use Constants NT values. Fix pre-existing SHOOT_MANUAL compile error.