-
Notifications
You must be signed in to change notification settings - Fork 10.4k
GM: Bolt EUV port #24875
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
+90
−29
Merged
GM: Bolt EUV port #24875
Changes from 77 commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
6328390
Switch to ECMPRDNL2 for GM gear
JMPZ11 7350e9f
Removing manumatic gear #
JMPZ11 ad38808
values.py almost complete
JMPZ11 ddc36f9
Silverado and Bolt EUV val and CP
JMPZ11 8ec0e23
GM controller updated
JMPZ11 ffd1c9b
Cam hrns supp done (in theory)
JMPZ11 fe37111
cleanup for new cars
JMPZ11 c568b6c
Remove extra constant
JMPZ11 90394e8
WS, etc cleanup
JMPZ11 1c22cb9
Merge remote-tracking branch 'upstream/master' into gm-new-gears
JMPZ11 4c7a5e6
Merge remote-tracking branch 'upstream/master' into gm-silverado-wip
JMPZ11 e90135f
removing the unused
JMPZ11 506b801
Merge branch 'gm-new-gears' into gm-silverado-wip
JMPZ11 8a1da4a
Fix kpBP typo
JMPZ11 cd98185
Updated docs
JMPZ11 2c1b33e
Skip's PIF tune
JMPZ11 5fda20d
Dropped LKA CAN error patch
JMPZ11 8db1707
Merge remote-tracking branch 'upstream/master' into gm-silverado-wip
JMPZ11 2115ba6
Add silverado sigmoid ff
JMPZ11 2bf8cc4
CAN Err & LKA latch patch
JMPZ11 db39f5e
Merge remote-tracking branch 'upstream/master' into gm-silverado-wip
JMPZ11 5c95a5b
Merge remote-tracking branch 'upstream/master' into gm-silverado-wip
JMPZ11 2d85347
Merge remote-tracking branch 'upstream/master' into gm-silverado-wip
JMPZ11 b9ca4d2
Merge remote-tracking branch 'upstream/master' into gm-silverado-wip
JMPZ11 472e151
Merge remote-tracking branch 'upstream/master' into gm-silverado-wip
JMPZ11 fc8ff76
Merge remote-tracking branch 'upstream/master' into gm-silverado-wip
sshane a11d15c
Merge remote-tracking branch 'upstream/master' into gm-silverado-wip
sshane e0d4c82
Remove EPS fault fix (another PR)
sshane df40883
Remove Silverado (another PR)
sshane 34fac56
clean up some common params
sshane 21b76a3
Remove Escalade FP
sshane 27b23bc
comment
sshane 0666db0
Premier is just a trim
sshane c45bc8c
no footnote: new Bolt is like most other cars, older GM were outliers…
sshane a437afe
clean up
sshane e140546
bump panda
sshane 1f8e5ad
bump panda
sshane 9364198
bump panda
sshane fa0d967
bump panda
sshane 346bd81
bump panda
sshane 53dc101
remove comments
sshane 96e4b39
try spamming buttons on bus 2
sshane f822cab
bump panda
sshane 6af1f0b
bumping opendbc w btn rc
JMPZ11 70c1783
not needed for this port
sshane 98f50d8
add button safety
sshane 4e2fe3e
Send next rc when spamming btns
JMPZ11 44934e2
forward other signals in message
sshane 10eff13
missing DriveModeButton
sshane 66f5d12
fill cruiseState.speed
sshane 6b1e2aa
see if resume works without counter
sshane d612707
try the whole message
sshane 0d33dad
send immediately and at 10Hz
sshane 3857788
no resume, back to just button signal
sshane 483ad71
even holding random buttons it cancels
sshane 1ceea6d
Use torque controller with base tune
sshane 07f13b9
stock long GM don't auto-resume yet
sshane e8c5a83
Testing GM zero min steer speed
JMPZ11 5cd2312
Revert latcontrol
sshane e5e525b
revert opendbc
sshane ab9b4f7
latActive is basically lkas_enabled
sshane d3a07df
Update Bolt torque params
sshane 79c88fe
Merge remote-tracking branch 'upstream/master' into gm-silverado-wip
sshane d3c724f
comment
sshane 7b54c44
clean up
sshane 3104512
Add to releases
sshane 61816e7
Add test route
sshane 8e9894d
Don't specify segment
sshane 4991f04
Merge remote-tracking branch 'upstream/master' into gm-silverado-wip
sshane 4426084
bump panda
sshane 9190d1c
bump panda
sshane 1615026
no harness for Bolt just yet
sshane aa1d586
Apply suggestions from code review
sshane 9e881ba
We support all and 2023
sshane f7b1880
move safetyParam up to first cam check
sshane b590397
Merge remote-tracking branch 'upstream/master' into gm-silverado-wip
sshane abe714a
Bump panda and update docs
sshane aab0111
Update RELEASES.md
sshane 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
Submodule panda
updated
3 files
| +65 −15 | board/safety/safety_gm.h | |
| +2 −0 | python/__init__.py | |
| +109 −44 | tests/safety/test_gm.py |
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
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
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
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.