Make clear when too slow for lane changes #20565
Comments
|
Maybe we can make a way to show this with an icon or something similar. I feel like an alert would be distracting every time I turn my blinker on under 45mph. |
|
I think a small, one-line alert with no sound should be fine. |
|
True, 1 line alert would be okay |
|
I was looking to solve this , however I saw that, it is already implemented something like this. Doesn't this function does what you were saying. openpilot/selfdrive/controls/lib/events.py Line 179 in 367aec5 It is called at : openpilot/selfdrive/controls/lib/events.py Line 420 in 367aec5 The alert was already implemented. I added new state to check if it is below min speed. |
|
I saw the unit tests fail for this PR, doesn't the
|
Thank you sir ! I was looking for this. I created a PR for cereal. commaai/cereal#129 |
|
@HaraldSchafer Do you think this is still an issue now that the lane change speed is lowered? |


If you command a lane change under 45mph, nothing will happen. It it should be clear to the user that no lane change can be done because the speed is too low.
Perhaps instead of the message "Steer Left to Start Lane Change" that appears above 45mph something like "Speed too low for lane change"
The text was updated successfully, but these errors were encountered: