CAN Parser: assert no missing signals (#28763)

* bump opendbc

* bump

* remove undefined signal
old-commit-hash: ce7141383b
beeps
Shane Smiskol 2 years ago committed by GitHub
parent c49d605320
commit 9dc8eee514
  1. 2
      opendbc
  2. 1
      selfdrive/car/hyundai/carstate.py

@ -1 +1 @@
Subproject commit e51a78721d99eac223f02cd9b993824712855952
Subproject commit 008104f9400b6161461db40d66ce13b34ea9ce79

@ -534,7 +534,6 @@ class CarState(CarStateBase):
("NEW_SIGNAL_1", "SCC_CONTROL"),
("MainMode_ACC", "SCC_CONTROL"),
("ACCMode", "SCC_CONTROL"),
("CRUISE_INACTIVE", "SCC_CONTROL"),
("ZEROS_9", "SCC_CONTROL"),
("CRUISE_STANDSTILL", "SCC_CONTROL"),
("ZEROS_5", "SCC_CONTROL"),

Loading…
Cancel
Save