openpilot
openpilot copied to clipboard
Vehicle Stops After Vehicle Parameter Identification Failed Alert
Describe the bug
I just updated to 0.9.0 version in docker version and encounter some problems. The first matter, which has been resolved by installing libzmq package to enable modeld module. The second issue that has not resolved yet is the vehicle start to decelerate and finally stop after Vehicle Parameter Identification Failed alert.
Snapshot of bridge.py
, it shown that the engine still engaged but the vehicle is stop running in Carla.
Thanks for the help.
OS Version
Ubuntu 20.04
openpilot version or commit
0.9.0
Additional info
Comment the identification failed alert code in controlsd.py worked for me.
@GregorKikelj Do you face this problem too?
@PhilWallace Can you give more detail information?
@didpurwanto I can't get UI to show the camera feed yet... It segfaults with dual camera mode but should finally have some time today to investigate more
@PhilWallace Can you give more detail information?
I commented the following codes in selfdrive/controls/controlsd.py, should be line 374~375: #if not self.sm['liveParameters'].valid: # self.events.add(EventName.vehicleModelInvalid)
Thansk @PhilWallace . Indeed it will work but will affect the driving quality.