You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometime since the opendbc migration, GM's steering wheel button logic has become broken. The resume button is now functionally equivalent to the set button. By this I mean that it will always cause the speed to be set to max(65 if experimental else 25, vEgo) instead of the previous set point as is desired.
I have confirmed with a few other GM users that they experience this bug on master(-ci). You can see in the first segment of this route the broken behavior.
(Note: dirty git required to remove my car from dashcam mode)
The text was updated successfully, but these errors were encountered:
Describe the bug
Sometime since the opendbc migration, GM's steering wheel button logic has become broken. The resume button is now functionally equivalent to the set button. By this I mean that it will always cause the speed to be set to
max(65 if experimental else 25, vEgo)
instead of the previous set point as is desired.Which car does this affect?
Chevrolet Volt 2018
Provide a route where the issue occurs
806907cd33ef2647/0000001b--0c38edf676/0
openpilot version
596d8b1
Additional info
I have confirmed with a few other GM users that they experience this bug on master(-ci). You can see in the first segment of this route the broken behavior.
(Note: dirty git required to remove my car from dashcam mode)
The text was updated successfully, but these errors were encountered: