Release 260111
This commit is contained in:
11
opendbc_repo/opendbc/safety/__init__.py
Normal file
11
opendbc_repo/opendbc/safety/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# constants from panda/python/__init__.py
|
||||
DLC_TO_LEN = [0, 1, 2, 3, 4, 5, 6, 7, 8, 12, 16, 20, 24, 32, 48, 64]
|
||||
LEN_TO_DLC = {length: dlc for (dlc, length) in enumerate(DLC_TO_LEN)}
|
||||
|
||||
|
||||
class ALTERNATIVE_EXPERIENCE:
|
||||
DEFAULT = 0
|
||||
DISABLE_DISENGAGE_ON_GAS = 1
|
||||
DISABLE_STOCK_AEB = 2
|
||||
RAISE_LONGITUDINAL_LIMITS_TO_ISO_MAX = 8
|
||||
ALLOW_AEB = 16
|
||||
Reference in New Issue
Block a user