-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Update carstate.py #169
Closed
Closed
Update carstate.py #169
Conversation
This file contains 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
Added PRIUS_PRIME, still pointing to toyota_prius_2017_pt.dbc for now.
legonigel
pushed a commit
that referenced
this pull request
Mar 26, 2019
06958e4 Fix pedal bootstub build f5817e6 Fix Pedal bootstub version c00fe86 CircleCI needs to check bootstub doesn't break too 9b5b696 Subaru: remove GM leftover 20c76ad Power Saving (#169) c6eeaad Subaru: added last engage/disengage regression test 37d46e0 Subaru: added subaru safety tests 5686dae Subaru updated driver factor a6193a8 Dcp remove (#168) e437b9b Subaru: fixed bug and added safety tests 176f132 Subaru: added proper safety model 0b10bb7 Subaru safety: move camera to bus 2 bce279a Pedal: only one firmware (#164) 4f73cb4 Toyota pedal: checking for no pedal being commanded when openpilot is off 0b2327e Merge pull request #160 from commaai/capture_make_failure 7b504d2 panda safety test that replays drives of saved CAN messages (#151) d7d0889 Capture make failure so it can be logged to sentry git-subtree-dir: panda git-subtree-split: 06958e4
mespiritu
pushed a commit
to mespiritu/openpilot
that referenced
this pull request
Apr 5, 2019
Minimum time to wait before re-initializing braking cost
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
May 23, 2019
…commaai#169) * Add retunes and acceleration/braking functions from jamezz unstable. * Fix 2017 fingerprint? * Reintroduce startAccel to compensate * Try yanking calc_accel_override to fix slow restart * Set bp for gasMax like honda * GM only maps 0.5 as max gas. Update to be more clear * Revert "Try yanking calc_accel_override to fix slow restart" This reverts commit 2c6669d. * Undo cruise following change * I missed * Go back to all gas all the time * Adjust overall max acceleration override upwards * Invert A_ACC_MAX usage. Should help with weak accel * Revert "Fix 2017 fingerprint?" This reverts commit 1065d69. * Halve A_ACC_MAX to try and improve acceleration * Revert "Merge branch 'kegman-unstable-merge' of github.com:jamezz-comma/openpilot into kegman-unstable-merge" This reverts commit a096bee, reversing changes made to 1cbb79f. * Rename variable * Revert "Revert "Merge branch 'kegman-unstable-merge' of github.com:jamezz-comma/openpilot into kegman-unstable-merge"" This reverts commit b587657. * Try a little bit more aggression * Revert "keep my level" This reverts commit 45b979c, reversing changes made to d115873. * New chime for critical alerts * Extend FCW time and remove low chime for continuous * put chime back * Try 0 * Okay keep the chime * This is what I meant * This file is killing me... * Fix eventual underflow * Play with acceleration override on large deltas * Shorten chime duration to sound more like stock ACC * Revert "Play with acceleration override on large deltas" This reverts commit b47ed10.
avolmensky
pushed a commit
to avolmensky/openpilot
that referenced
this pull request
Jun 30, 2019
* Only turn on wifi if not eon * Make sure esp is disabled on eon * Dont disable ESP in early
SebastienLubrano
pushed a commit
to SebastienLubrano/openpilot
that referenced
this pull request
Aug 9, 2021
* move lag compensation to controls * deprecate
mlocoteta
pushed a commit
to mlocoteta/openpilot
that referenced
this pull request
Jul 17, 2023
* Update README.md * add error troubleshooting and delScreenRecords btn * Revert "Update README.md" This reverts commit 5d22fe815fd7d772bb73a6b673ddd93b1383b3be. * complete coment at paths * add button to delete screen record * remove button to delete screen record * index cleanup * rename * simpler * same module * no need auth on home * ide * name * smaller text * spacing * Update README.md * Update CHANGELOGS.md * '\n on changelogs.md --------- Co-authored-by: Jason Wen <[email protected]>
nworb-cire
pushed a commit
to opgm/openpilot
that referenced
this pull request
Aug 2, 2024
* Build scripts - concurrent builds with Jenkins * Allow concurrent builds
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.
Added PRIUS_PRIME, still pointing to toyota_prius_2017_pt.dbc for now.