CAN Parser: assert no missing signals (#28763)

* bump opendbc

* bump

* remove undefined signal
pull/28773/head
Shane Smiskol 2 years ago committed by GitHub
parent 93413c43df
commit ce7141383b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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