car values formatting (#31747)

values formatting
old-commit-hash: 78a46ce72499ce627c50ff95aa630602e71b8e39
This commit is contained in:
Shane Smiskol
2024-03-06 15:47:44 -08:00
committed by GitHub
parent 4166525f03
commit 3af6ec73ee
13 changed files with 0 additions and 17 deletions
-1
View File
@@ -38,5 +38,4 @@ FW_QUERY_CONFIG = FwQueryConfig(
],
)
DBC = CAR.create_dbc_map()
-1
View File
@@ -163,5 +163,4 @@ FW_QUERY_CONFIG = FwQueryConfig(
],
)
DBC = CAR.create_dbc_map()
-1
View File
@@ -209,5 +209,4 @@ FW_QUERY_CONFIG = FwQueryConfig(
],
)
DBC = CAR.create_dbc_map()
-1
View File
@@ -247,5 +247,4 @@ CAMERA_ACC_CAR = {CAR.BOLT_EUV, CAR.SILVERADO, CAR.EQUINOX, CAR.TRAILBLAZER}
STEER_THRESHOLD = 1.0
DBC = CAR.create_dbc_map()
-1
View File
@@ -847,7 +847,6 @@ LEGACY_SAFETY_MODE_CAR = CAR.with_flags(HyundaiFlags.LEGACY)
UNSUPPORTED_LONGITUDINAL_CAR = CAR.with_flags(HyundaiFlags.LEGACY) | CAR.with_flags(HyundaiFlags.UNSUPPORTED_LONGITUDINAL)
DBC = CAR.create_dbc_map()
if __name__ == "__main__":
-2
View File
@@ -107,6 +107,4 @@ FW_QUERY_CONFIG = FwQueryConfig(
],
)
DBC = CAR.create_dbc_map()
-4
View File
@@ -1,7 +1,6 @@
from openpilot.selfdrive.car import CarSpecs, PlatformConfig, Platforms
class CAR(Platforms):
MOCK = PlatformConfig(
'mock',
@@ -9,6 +8,3 @@ class CAR(Platforms):
CarSpecs(mass=1700, wheelbase=2.7, steerRatio=13),
{}
)
-1
View File
@@ -63,7 +63,6 @@ class CAR(Platforms):
)
DBC = CAR.create_dbc_map()
# Default diagnostic session
-1
View File
@@ -265,6 +265,5 @@ FW_QUERY_CONFIG = FwQueryConfig(
DBC = CAR.create_dbc_map()
if __name__ == "__main__":
CAR.print_debug(SubaruFlags)
-1
View File
@@ -98,5 +98,4 @@ class CarControllerParams:
pass
DBC = CAR.create_dbc_map()
-1
View File
@@ -608,5 +608,4 @@ ANGLE_CONTROL_CAR = CAR.with_flags(ToyotaFlags.ANGLE_CONTROL)
# no resume button press required
NO_STOP_TIMER_CAR = CAR.with_flags(ToyotaFlags.NO_STOP_TIMER)
DBC = CAR.create_dbc_map()
-1
View File
@@ -18,7 +18,6 @@ BRANDS = [BODY, CHRYSLER, FORD, GM, HONDA, HYUNDAI, MAZDA, MOCK, NISSAN, SUBARU,
PLATFORMS: dict[str, Platform] = {str(platform): platform for brand in BRANDS for platform in cast(list[Platform], brand)}
MapFunc = Callable[[Platform], Any]
-1
View File
@@ -416,5 +416,4 @@ FW_QUERY_CONFIG = FwQueryConfig(
extra_ecus=[(Ecu.fwdCamera, 0x74f, None)],
)
DBC = CAR.create_dbc_map()