-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Prevent OP engagement when in "Cruise Mode" #770
Conversation
nice finding. Makes sense applying this change. Since it's not 100% sure that it will be an ok change on all Hondas, I'll merge this internally first. |
Toyota has this problem too. |
@illumiN8i it's only a problem if the DSU is plugged I assume, right? |
No, with DSU unplugged this trick can be used to bypass cruise fault and engage anyway without ACC. |
ah, then it definitely needs to be fixed. Good catch. @illumiN8i Feel free to open a separate PR, otherwise I'll open one myself in the coming days. |
Why was this closed? |
Because it's merged internally and it will go through the standard release process instead of directly into devel. See my comment ^^ |
I saw that comment, but wasn't aware of a standard practice to close PR's instead of merging them. It really kills the fun of contribution if there's no credit for it. |
Well, either it gets merged directly and/or you get credited in the release notes. |
@rbiasini Not sure how to fix it, but here's a segment showing the press and hold trick being used to bypass cruise fault and engage anyway without ACC on 2018 Toyota Prius Prime b29e3bc918751697|2019-08-04--12-53-50--9 |
@rbiasini - I see that this fix is in 0.6.3, but not mentioned in the release notes. |
Auto Update. (commaai#770)
* Auto Update. (commaai#770) * auto update. Co-Authored-By: Shane Smiskol <shane@smiskol.com> * test auto update. * skip E1101 * Revert "08 e2e (#94)" This reverts commit 677c020. Co-authored-by: Shane Smiskol <shane@smiskol.com> Co-authored-by: sebastian4k <69202924+sebastian4k@users.noreply.github.com> * add LatControl * add latControl * add latControl * send latControl * Add , 'latControl' for planner * make latControl available in carstate Co-authored-by: Shane Smiskol <shane@smiskol.com> Co-authored-by: sebastian4k <69202924+sebastian4k@users.noreply.github.com> Co-authored-by: Arne Schwarck <arneschwarck@gmail.com>
This is a fix for a safety issue that I discovered by accident in my 2018 Honda Accord. If I press and hold the ACC following distance button for a number of seconds, the adaptive component of ACC becomes disabled, so the radar is no longer used to control speed. However, OP works as usual, which seems very dangerous. This PR fixes that by ensuring that ACC is fully enabled.