forked from commaai/openpilot
-
Notifications
You must be signed in to change notification settings - Fork 56
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
support for kfv and kfbp and overshooting fix #768
Merged
Merged
Commits on Jan 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 226a3b4 - Browse repository at this point
Copy the full SHA 226a3b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2389500 - Browse repository at this point
Copy the full SHA 2389500View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4521c9 - Browse repository at this point
Copy the full SHA c4521c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e0a989 - Browse repository at this point
Copy the full SHA 1e0a989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c2f6fa - Browse repository at this point
Copy the full SHA 6c2f6faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14c0b24 - Browse repository at this point
Copy the full SHA 14c0b24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ad692a - Browse repository at this point
Copy the full SHA 1ad692aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5512133 - Browse repository at this point
Copy the full SHA 5512133View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2386d98 - Browse repository at this point
Copy the full SHA 2386d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab54af7 - Browse repository at this point
Copy the full SHA ab54af7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 688dfe9 - Browse repository at this point
Copy the full SHA 688dfe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc35ede - Browse repository at this point
Copy the full SHA dc35edeView commit details
Commits on Jan 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5ac7bc3 - Browse repository at this point
Copy the full SHA 5ac7bc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4bbbc4 - Browse repository at this point
Copy the full SHA a4bbbc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb7d1e - Browse repository at this point
Copy the full SHA 5fb7d1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccc2eda - Browse repository at this point
Copy the full SHA ccc2edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbcd716 - Browse repository at this point
Copy the full SHA dbcd716View commit details -
Configuration menu - View commit details
-
Copy full SHA for 008f76e - Browse repository at this point
Copy the full SHA 008f76eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bee932d - Browse repository at this point
Copy the full SHA bee932dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f1f10 - Browse repository at this point
Copy the full SHA e8f1f10View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae8288c - Browse repository at this point
Copy the full SHA ae8288cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 245f769 - Browse repository at this point
Copy the full SHA 245f769View commit details -
Configuration menu - View commit details
-
Copy full SHA for 957a073 - Browse repository at this point
Copy the full SHA 957a073View commit details -
Configuration menu - View commit details
-
Copy full SHA for d70472a - Browse repository at this point
Copy the full SHA d70472aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca499cf - Browse repository at this point
Copy the full SHA ca499cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8022d8 - Browse repository at this point
Copy the full SHA d8022d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee4522a - Browse repository at this point
Copy the full SHA ee4522aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4235cda - Browse repository at this point
Copy the full SHA 4235cdaView commit details
Commits on Jan 9, 2021
-
Revert "change the order so we can display right thing with distance …
…toggle" This reverts commit ee4522a.
Configuration menu - View commit details
-
Copy full SHA for a4c9a94 - Browse repository at this point
Copy the full SHA a4c9a94View commit details -
Configuration menu - View commit details
-
Copy full SHA for f91ea55 - Browse repository at this point
Copy the full SHA f91ea55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cae82d - Browse repository at this point
Copy the full SHA 1cae82dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f75c95 - Browse repository at this point
Copy the full SHA 1f75c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4596de0 - Browse repository at this point
Copy the full SHA 4596de0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d4e2f8 - Browse repository at this point
Copy the full SHA 8d4e2f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb8a348 - Browse repository at this point
Copy the full SHA bb8a348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0496d7e - Browse repository at this point
Copy the full SHA 0496d7eView commit details
Commits on Jan 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9f2745f - Browse repository at this point
Copy the full SHA 9f2745fView commit details -
* Update dp_common.py * Update dp_common.py * RSA, Distance button and briskspirit longcontrol (commaai#762) * toyota rsa logic * no arne messaging and add opedit * add gas_press, smartspeed and spdval1 to carstate * more fixes * new_message * thats right we dont have anglelater code yet. * revert to working mapd code? and pylint ignore mapd * flake8 ignore. * flake8 e701 fix * control df with distance button? * wrong struct * Update carstate.py * update missing * start MessagedArneThread * Update carstate.py * pubmaster? * message * update carstate.py * no .status * pm * use dp_dynamic_follow to send DF status * sntax * encoding='utf8' * Update carstate.py * Update carstate.py * pyopencl pipenv * change the order so we can display right thing with distance toggle * doesnt work well with dg * Revert "change the order so we can display right thing with distance toggle" This reverts commit ee4522a. * turn off distance button for now. * Parametrize MIN_CAN_SPEED in car interfaces * Parametrize stoppingBrakeRate * Parametrize startingBrakeRate * add the parameter to cereal . * Update dp_common.py Co-authored-by: Arne Schwarck <arneschwarck@gmail.com> Co-authored-by: George Hotz <george@comma.ai> Co-authored-by: Igor <briskspirit@users.noreply.github.com> * corolla_TSS2: tune (commaai#760) * Update interface.py updated corollatss2 tuning * Update toyota_nodsu_pt_generated.dbc * Update toyota_nodsu_hybrid_pt_generated.dbc * Update op_params.py * Create toyota_nodsu_pt_generated_corolla_tss2.dbc * Create toyota_nodsu_pt_generated_corollah_tss2.dbc * revert to stock. * revert to stock * point corolla and corollah to its own separate dbc. * add corolla and corollah dbc to release. * Update interface.py Co-authored-by: Kumar <36933347+rav4kumar@users.noreply.github.com> Co-authored-by: Arne Schwarck <arneschwarck@gmail.com> Co-authored-by: George Hotz <george@comma.ai> Co-authored-by: Igor <briskspirit@users.noreply.github.com> Co-authored-by: SCshredder17 <57152954+SCshredder17@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9d15d0d - Browse repository at this point
Copy the full SHA 9d15d0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eac057 - Browse repository at this point
Copy the full SHA 3eac057View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd32052 - Browse repository at this point
Copy the full SHA bd32052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 358e04c - Browse repository at this point
Copy the full SHA 358e04cView commit details
Commits on Jan 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0da27b6 - Browse repository at this point
Copy the full SHA 0da27b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ebcde - Browse repository at this point
Copy the full SHA 87ebcdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81f51d7 - Browse repository at this point
Copy the full SHA 81f51d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5b8f2e - Browse repository at this point
Copy the full SHA d5b8f2eView commit details -
cleanup unused android libs in phonelibs (commaai#19702)
Co-authored-by: Comma Device <device@comma.ai>
Configuration menu - View commit details
-
Copy full SHA for 7f0c75f - Browse repository at this point
Copy the full SHA 7f0c75fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0948ec - Browse repository at this point
Copy the full SHA f0948ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaeba4b - Browse repository at this point
Copy the full SHA eaeba4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41b2ee7 - Browse repository at this point
Copy the full SHA 41b2ee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d86c61 - Browse repository at this point
Copy the full SHA 5d86c61View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5832f8 - Browse repository at this point
Copy the full SHA e5832f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61a5068 - Browse repository at this point
Copy the full SHA 61a5068View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9aaaca - Browse repository at this point
Copy the full SHA e9aaacaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7e7d8b - Browse repository at this point
Copy the full SHA a7e7d8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d625c6a - Browse repository at this point
Copy the full SHA d625c6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8263ed1 - Browse repository at this point
Copy the full SHA 8263ed1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbda321 - Browse repository at this point
Copy the full SHA cbda321View commit details -
Configuration menu - View commit details
-
Copy full SHA for b38169f - Browse repository at this point
Copy the full SHA b38169fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e7cd92 - Browse repository at this point
Copy the full SHA 4e7cd92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84dfdec - Browse repository at this point
Copy the full SHA 84dfdecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32ae920 - Browse repository at this point
Copy the full SHA 32ae920View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c48a15 - Browse repository at this point
Copy the full SHA 3c48a15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e7e4f5 - Browse repository at this point
Copy the full SHA 0e7e4f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d2a487 - Browse repository at this point
Copy the full SHA 1d2a487View commit details
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.