From 5949d4f31630ce0acf259891ec9fc910585bdd18 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 20 Jan 2022 15:12:05 -0700 Subject: [PATCH] generator: fix imports leaving extra newlines (#508) * fix imports leaving an extra line * generate! --- acura_ilx_2016_can_generated.dbc | 2 -- acura_rdx_2018_can_generated.dbc | 2 -- acura_rdx_2020_can_generated.dbc | 1 - generator/generator.py | 2 +- honda_accord_2018_can_generated.dbc | 1 - honda_civic_hatchback_ex_2017_can_generated.dbc | 1 - honda_civic_sedan_16_diesel_2019_can_generated.dbc | 1 - honda_civic_touring_2016_can_generated.dbc | 2 -- honda_clarity_hybrid_2018_can_generated.dbc | 2 -- honda_crv_ex_2017_can_generated.dbc | 1 - honda_crv_executive_2016_can_generated.dbc | 2 -- honda_crv_hybrid_2019_can_generated.dbc | 1 - honda_crv_touring_2016_can_generated.dbc | 2 -- honda_fit_ex_2018_can_generated.dbc | 2 -- honda_fit_hybrid_2018_can_generated.dbc | 2 -- honda_insight_ex_2019_can_generated.dbc | 1 - honda_odyssey_exl_2018_generated.dbc | 2 -- honda_odyssey_extreme_edition_2018_china_can_generated.dbc | 2 -- honda_pilot_touring_2017_can_generated.dbc | 2 -- lexus_ct200h_2018_pt_generated.dbc | 2 -- lexus_is_2018_pt_generated.dbc | 2 -- subaru_forester_2017_generated.dbc | 1 - subaru_global_2017_generated.dbc | 1 - subaru_global_2020_hybrid_generated.dbc | 1 - subaru_outback_2015_generated.dbc | 1 - subaru_outback_2019_generated.dbc | 1 - toyota_corolla_2017_pt_generated.dbc | 2 -- toyota_nodsu_hybrid_pt_generated.dbc | 3 --- toyota_nodsu_pt_generated.dbc | 3 --- toyota_prius_2017_pt_generated.dbc | 2 -- toyota_rav4_2017_pt_generated.dbc | 2 -- toyota_tssp_hybrid_generated.dbc | 2 -- toyota_tssp_pt_generated.dbc | 2 -- 33 files changed, 1 insertion(+), 55 deletions(-) diff --git a/acura_ilx_2016_can_generated.dbc b/acura_ilx_2016_can_generated.dbc index 065fe7d5a3..b88f89bdde 100644 --- a/acura_ilx_2016_can_generated.dbc +++ b/acura_ilx_2016_can_generated.dbc @@ -253,8 +253,6 @@ VAL_ 513 STATE 5 "FAULT_TIMEOUT" 4 "FAULT_STARTUP" 3 "FAULT_SCE" 2 "FAULT_SEND" CM_ "acura_ilx_2016_can.dbc starts here"; - - BO_ 145 KINEMATICS: 8 XXX SG_ LAT_ACCEL : 7|10@0+ (0.02,-512) [-20|20] "m/s2" EON diff --git a/acura_rdx_2018_can_generated.dbc b/acura_rdx_2018_can_generated.dbc index 2acbe3fd7a..e9b883a7b2 100644 --- a/acura_rdx_2018_can_generated.dbc +++ b/acura_rdx_2018_can_generated.dbc @@ -253,8 +253,6 @@ VAL_ 513 STATE 5 "FAULT_TIMEOUT" 4 "FAULT_STARTUP" 3 "FAULT_SCE" 2 "FAULT_SEND" CM_ "acura_rdx_2018_can.dbc starts here"; - - BO_ 342 STEERING_SENSORS: 6 EPS SG_ STEER_ANGLE : 7|16@0- (-0.1,0) [-500|500] "deg" EON SG_ STEER_ANGLE_RATE : 23|16@0- (-1,0) [-3000|3000] "deg/s" EON diff --git a/acura_rdx_2020_can_generated.dbc b/acura_rdx_2020_can_generated.dbc index 3fadba4557..1262f8b7a8 100644 --- a/acura_rdx_2020_can_generated.dbc +++ b/acura_rdx_2020_can_generated.dbc @@ -379,7 +379,6 @@ VAL_ 399 STEER_STATUS 6 "tmp_fault" 5 "fault_1" 4 "no_torque_alert_2" 3 "low_spe CM_ "acura_rdx_2020_can.dbc starts here"; - BO_ 304 GAS_PEDAL_2: 8 PCM SG_ ENGINE_TORQUE_ESTIMATE : 7|16@0- (1,0) [-1000|1000] "Nm" EON SG_ ENGINE_TORQUE_REQUEST : 23|16@0- (1,0) [-1000|1000] "Nm" EON diff --git a/generator/generator.py b/generator/generator.py index 71ece1b400..3345428035 100755 --- a/generator/generator.py +++ b/generator/generator.py @@ -4,7 +4,7 @@ cur_path = os.path.dirname(os.path.realpath(__file__)) opendbc_root = os.path.join(cur_path, '../') -include_pattern = re.compile(r'CM_ "IMPORT (.*?)";') +include_pattern = re.compile(r'CM_ "IMPORT (.*?)";\n') def read_dbc(src_dir, filename): diff --git a/honda_accord_2018_can_generated.dbc b/honda_accord_2018_can_generated.dbc index 0b79ceef43..1842f0d7de 100644 --- a/honda_accord_2018_can_generated.dbc +++ b/honda_accord_2018_can_generated.dbc @@ -425,7 +425,6 @@ VAL_ 399 STEER_STATUS 6 "tmp_fault" 5 "fault_1" 4 "no_torque_alert_2" 3 "low_spe CM_ "honda_accord_2018_can.dbc starts here"; - BO_ 304 GAS_PEDAL_2: 8 PCM SG_ ENGINE_TORQUE_ESTIMATE : 7|16@0- (1,0) [-1000|1000] "Nm" EON SG_ ENGINE_TORQUE_REQUEST : 23|16@0- (1,0) [-1000|1000] "Nm" EON diff --git a/honda_civic_hatchback_ex_2017_can_generated.dbc b/honda_civic_hatchback_ex_2017_can_generated.dbc index cb2a3592aa..fdf0fcc382 100644 --- a/honda_civic_hatchback_ex_2017_can_generated.dbc +++ b/honda_civic_hatchback_ex_2017_can_generated.dbc @@ -425,7 +425,6 @@ VAL_ 399 STEER_STATUS 6 "tmp_fault" 5 "fault_1" 4 "no_torque_alert_2" 3 "low_spe CM_ "honda_civic_hatchback_ex_2017_can.dbc starts here"; - BO_ 304 GAS_PEDAL_2: 8 PCM SG_ ENGINE_TORQUE_ESTIMATE : 7|16@0- (1,0) [-1000|1000] "Nm" EON SG_ ENGINE_TORQUE_REQUEST : 23|16@0- (1,0) [-1000|1000] "Nm" EON diff --git a/honda_civic_sedan_16_diesel_2019_can_generated.dbc b/honda_civic_sedan_16_diesel_2019_can_generated.dbc index 0ddb0bd401..29025d7f84 100644 --- a/honda_civic_sedan_16_diesel_2019_can_generated.dbc +++ b/honda_civic_sedan_16_diesel_2019_can_generated.dbc @@ -425,7 +425,6 @@ VAL_ 399 STEER_STATUS 6 "tmp_fault" 5 "fault_1" 4 "no_torque_alert_2" 3 "low_spe CM_ "honda_civic_sedan_16_diesel_2019_can.dbc starts here"; - BO_ 316 GAS_PEDAL_2: 8 XXX SG_ CAR_GAS : 39|8@0+ (1,0) [0|255] "" XXX SG_ COUNTER : 61|2@0+ (1,0) [0|3] "" XXX diff --git a/honda_civic_touring_2016_can_generated.dbc b/honda_civic_touring_2016_can_generated.dbc index 9315c822aa..dca4f3b8cc 100644 --- a/honda_civic_touring_2016_can_generated.dbc +++ b/honda_civic_touring_2016_can_generated.dbc @@ -253,8 +253,6 @@ VAL_ 513 STATE 5 "FAULT_TIMEOUT" 4 "FAULT_STARTUP" 3 "FAULT_SCE" 2 "FAULT_SEND" CM_ "honda_civic_touring_2016_can.dbc starts here"; - - BO_ 148 KINEMATICS: 8 XXX SG_ LAT_ACCEL : 7|10@0+ (0.02,-512) [-20|20] "m/s2" EON SG_ LONG_ACCEL : 24|9@0- (-0.02,0) [-20|20] "m/s2" EON diff --git a/honda_clarity_hybrid_2018_can_generated.dbc b/honda_clarity_hybrid_2018_can_generated.dbc index c5ee66b1e1..f6d5fc4dfa 100644 --- a/honda_clarity_hybrid_2018_can_generated.dbc +++ b/honda_clarity_hybrid_2018_can_generated.dbc @@ -253,8 +253,6 @@ VAL_ 513 STATE 5 "FAULT_TIMEOUT" 4 "FAULT_STARTUP" 3 "FAULT_SCE" 2 "FAULT_SEND" CM_ "honda_clarity_hybrid_2018_can.dbc starts here"; - - BO_ 148 KINEMATICS: 8 XXX SG_ LAT_ACCEL : 7|10@0+ (0.02,-512) [-20|20] "m/s2" EON SG_ LONG_ACCEL : 24|9@0- (-0.02,0) [-20|20] "m/s2" EON diff --git a/honda_crv_ex_2017_can_generated.dbc b/honda_crv_ex_2017_can_generated.dbc index 3be8848bd1..31d4d25d90 100644 --- a/honda_crv_ex_2017_can_generated.dbc +++ b/honda_crv_ex_2017_can_generated.dbc @@ -425,7 +425,6 @@ VAL_ 399 STEER_STATUS 6 "tmp_fault" 5 "fault_1" 4 "no_torque_alert_2" 3 "low_spe CM_ "honda_crv_ex_2017_can.dbc starts here"; - BO_ 304 GAS_PEDAL_2: 8 PCM SG_ ENGINE_TORQUE_ESTIMATE : 7|16@0- (1,0) [-1000|1000] "Nm" EON SG_ ENGINE_TORQUE_REQUEST : 23|16@0- (1,0) [-1000|1000] "Nm" EON diff --git a/honda_crv_executive_2016_can_generated.dbc b/honda_crv_executive_2016_can_generated.dbc index 55611dd9ee..04b984b4d7 100644 --- a/honda_crv_executive_2016_can_generated.dbc +++ b/honda_crv_executive_2016_can_generated.dbc @@ -253,8 +253,6 @@ VAL_ 513 STATE 5 "FAULT_TIMEOUT" 4 "FAULT_STARTUP" 3 "FAULT_SCE" 2 "FAULT_SEND" CM_ "honda_crv_executive_2016_can.dbc starts here"; - - BO_ 342 STEERING_SENSORS: 6 EPS SG_ STEER_ANGLE : 7|16@0- (-0.1,0) [-500|500] "deg" EON SG_ STEER_ANGLE_RATE : 23|16@0- (1,0) [-3000|3000] "deg/s" EON diff --git a/honda_crv_hybrid_2019_can_generated.dbc b/honda_crv_hybrid_2019_can_generated.dbc index 01a24c96c2..c3bec6b8fd 100644 --- a/honda_crv_hybrid_2019_can_generated.dbc +++ b/honda_crv_hybrid_2019_can_generated.dbc @@ -425,7 +425,6 @@ VAL_ 399 STEER_STATUS 6 "tmp_fault" 5 "fault_1" 4 "no_torque_alert_2" 3 "low_spe CM_ "honda_crv_hybrid_2019_can.dbc starts here"; - BO_ 304 GAS_PEDAL_2: 8 PCM SG_ ENGINE_TORQUE_ESTIMATE : 7|16@0- (1,0) [-1000|1000] "Nm" EON SG_ ENGINE_TORQUE_REQUEST : 23|16@0- (1,0) [-1000|1000] "Nm" EON diff --git a/honda_crv_touring_2016_can_generated.dbc b/honda_crv_touring_2016_can_generated.dbc index 45d85cad78..7ea15de6ad 100644 --- a/honda_crv_touring_2016_can_generated.dbc +++ b/honda_crv_touring_2016_can_generated.dbc @@ -253,8 +253,6 @@ VAL_ 513 STATE 5 "FAULT_TIMEOUT" 4 "FAULT_STARTUP" 3 "FAULT_SCE" 2 "FAULT_SEND" CM_ "honda_crv_touring_2016_can.dbc starts here"; - - BO_ 342 STEERING_SENSORS: 6 EPS SG_ STEER_ANGLE : 7|16@0- (-0.1,0) [-500|500] "deg" EON SG_ STEER_ANGLE_RATE : 23|16@0- (-1,0) [-3000|3000] "deg/s" EON diff --git a/honda_fit_ex_2018_can_generated.dbc b/honda_fit_ex_2018_can_generated.dbc index df47a001d5..c0d74d92c6 100644 --- a/honda_fit_ex_2018_can_generated.dbc +++ b/honda_fit_ex_2018_can_generated.dbc @@ -253,8 +253,6 @@ VAL_ 513 STATE 5 "FAULT_TIMEOUT" 4 "FAULT_STARTUP" 3 "FAULT_SCE" 2 "FAULT_SEND" CM_ "honda_fit_ex_2018_can.dbc starts here"; - - BO_ 145 KINEMATICS: 8 XXX SG_ LAT_ACCEL : 7|10@0+ (0.02,-512) [-20|20] "m/s2" EON diff --git a/honda_fit_hybrid_2018_can_generated.dbc b/honda_fit_hybrid_2018_can_generated.dbc index 6635368158..8a1132f38f 100644 --- a/honda_fit_hybrid_2018_can_generated.dbc +++ b/honda_fit_hybrid_2018_can_generated.dbc @@ -253,8 +253,6 @@ VAL_ 513 STATE 5 "FAULT_TIMEOUT" 4 "FAULT_STARTUP" 3 "FAULT_SCE" 2 "FAULT_SEND" CM_ "honda_fit_hybrid_2018_can.dbc starts here"; - - BO_ 145 KINEMATICS: 8 XXX SG_ LAT_ACCEL : 7|10@0+ (0.02,-512) [-20|20] "m/s2" EON diff --git a/honda_insight_ex_2019_can_generated.dbc b/honda_insight_ex_2019_can_generated.dbc index 5bb0ab01c6..4339ca16f7 100644 --- a/honda_insight_ex_2019_can_generated.dbc +++ b/honda_insight_ex_2019_can_generated.dbc @@ -425,7 +425,6 @@ VAL_ 399 STEER_STATUS 6 "tmp_fault" 5 "fault_1" 4 "no_torque_alert_2" 3 "low_spe CM_ "honda_insight_ex_2019_can.dbc starts here"; - BO_ 304 GAS_PEDAL_2: 8 PCM SG_ ENGINE_TORQUE_ESTIMATE : 7|16@0- (1,0) [-1000|1000] "Nm" EON SG_ ENGINE_TORQUE_REQUEST : 23|16@0- (1,0) [-1000|1000] "Nm" EON diff --git a/honda_odyssey_exl_2018_generated.dbc b/honda_odyssey_exl_2018_generated.dbc index 586d2f8ab9..3be544e593 100644 --- a/honda_odyssey_exl_2018_generated.dbc +++ b/honda_odyssey_exl_2018_generated.dbc @@ -253,8 +253,6 @@ VAL_ 513 STATE 5 "FAULT_TIMEOUT" 4 "FAULT_STARTUP" 3 "FAULT_SCE" 2 "FAULT_SEND" CM_ "honda_odyssey_exl_2018.dbc starts here"; - - BO_ 228 STEERING_CONTROL: 5 ADAS SG_ STEER_TORQUE : 7|16@0- (1,0) [-3840|3840] "" EPS SG_ STEER_TORQUE_REQUEST : 23|1@0+ (1,0) [0|1] "" EPS diff --git a/honda_odyssey_extreme_edition_2018_china_can_generated.dbc b/honda_odyssey_extreme_edition_2018_china_can_generated.dbc index db99d2184a..7428dd7745 100644 --- a/honda_odyssey_extreme_edition_2018_china_can_generated.dbc +++ b/honda_odyssey_extreme_edition_2018_china_can_generated.dbc @@ -253,8 +253,6 @@ VAL_ 513 STATE 5 "FAULT_TIMEOUT" 4 "FAULT_STARTUP" 3 "FAULT_SCE" 2 "FAULT_SEND" CM_ "honda_odyssey_extreme_edition_2018_china_can.dbc starts here"; - - BO_ 316 GAS_PEDAL: 8 PCM SG_ CAR_GAS : 39|8@0+ (1,0) [0|255] "" EON diff --git a/honda_pilot_touring_2017_can_generated.dbc b/honda_pilot_touring_2017_can_generated.dbc index 2cc61de8b6..c6df656642 100644 --- a/honda_pilot_touring_2017_can_generated.dbc +++ b/honda_pilot_touring_2017_can_generated.dbc @@ -253,8 +253,6 @@ VAL_ 513 STATE 5 "FAULT_TIMEOUT" 4 "FAULT_STARTUP" 3 "FAULT_SCE" 2 "FAULT_SEND" CM_ "honda_pilot_touring_2017_can.dbc starts here"; - - BO_ 145 KINEMATICS: 8 XXX SG_ LAT_ACCEL : 7|10@0+ (0.02,-512) [-20|20] "m/s2" EON diff --git a/lexus_ct200h_2018_pt_generated.dbc b/lexus_ct200h_2018_pt_generated.dbc index 0091ac46f3..013995ad10 100644 --- a/lexus_ct200h_2018_pt_generated.dbc +++ b/lexus_ct200h_2018_pt_generated.dbc @@ -469,8 +469,6 @@ CM_ SG_ 767 FD_BUTTON "The follow distance button signal as forwarded by the sds CM_ "lexus_ct200h_2018_pt.dbc starts here"; - - BO_ 548 BRAKE_MODULE: 8 XXX SG_ BRAKE_PRESSURE : 43|12@0+ (1,0) [0|4047] "" XXX SG_ BRAKE_PRESSED : 5|1@0+ (1,0) [0|1] "" XXX diff --git a/lexus_is_2018_pt_generated.dbc b/lexus_is_2018_pt_generated.dbc index 3e05889e40..850278dc6a 100644 --- a/lexus_is_2018_pt_generated.dbc +++ b/lexus_is_2018_pt_generated.dbc @@ -469,8 +469,6 @@ CM_ SG_ 767 FD_BUTTON "The follow distance button signal as forwarded by the sds CM_ "lexus_is_2018_pt.dbc starts here"; - - BO_ 550 BRAKE_MODULE: 8 XXX SG_ BRAKE_PRESSURE : 0|9@0+ (1,0) [0|511] "" XXX SG_ BRAKE_POSITION : 16|9@0+ (1,0) [0|511] "" XXX diff --git a/subaru_forester_2017_generated.dbc b/subaru_forester_2017_generated.dbc index d5b4c03a08..78e97d2f02 100644 --- a/subaru_forester_2017_generated.dbc +++ b/subaru_forester_2017_generated.dbc @@ -249,7 +249,6 @@ VAL_ 328 Gear 0 "N" 1 "D" 2 "D" 3 "D" 4 "D" 5 "D" 6 "D" 14 "R" 15 "P"; CM_ "subaru_forester_2017.dbc starts here"; - BO_ 355 ES_DashStatus: 8 XXX SG_ Not_Ready_Startup : 4|2@1+ (1,0) [0|3] "" XXX SG_ Cruise_On : 16|1@1+ (1,0) [0|1] "" XXX diff --git a/subaru_global_2017_generated.dbc b/subaru_global_2017_generated.dbc index 97ee25cc61..4c63275631 100644 --- a/subaru_global_2017_generated.dbc +++ b/subaru_global_2017_generated.dbc @@ -263,7 +263,6 @@ CM_ SG_ 912 ICY_ROAD "1 = DASHLIGHT ON, 2 = WARNING, 3 = OFF"; CM_ "subaru_global_2017.dbc starts here"; - BO_ 72 Transmission: 8 XXX SG_ CHECKSUM : 0|8@1+ (1,0) [0|255] "" XXX SG_ Counter : 8|4@1+ (1,0) [0|15] "" XXX diff --git a/subaru_global_2020_hybrid_generated.dbc b/subaru_global_2020_hybrid_generated.dbc index adcc99876e..3ca034010d 100644 --- a/subaru_global_2020_hybrid_generated.dbc +++ b/subaru_global_2020_hybrid_generated.dbc @@ -263,7 +263,6 @@ CM_ SG_ 912 ICY_ROAD "1 = DASHLIGHT ON, 2 = WARNING, 3 = OFF"; CM_ "subaru_global_2020_hybrid.dbc starts here"; - BO_ 39 Cruise_Status_2: 8 XXX SG_ Cruise_Activated : 37|1@0+ (1,0) [0|1] "" XXX diff --git a/subaru_outback_2015_generated.dbc b/subaru_outback_2015_generated.dbc index a327d37db1..a2fef697f9 100644 --- a/subaru_outback_2015_generated.dbc +++ b/subaru_outback_2015_generated.dbc @@ -249,7 +249,6 @@ VAL_ 328 Gear 0 "N" 1 "D" 2 "D" 3 "D" 4 "D" 5 "D" 6 "D" 14 "R" 15 "P"; CM_ "subaru_outback_2015.dbc starts here"; - BO_ 358 ES_DashStatus: 8 XXX SG_ Not_Ready_Startup : 0|3@1+ (1,0) [0|7] "" XXX SG_ Seatbelt_Disengage : 12|2@1+ (1,0) [0|3] "" XXX diff --git a/subaru_outback_2019_generated.dbc b/subaru_outback_2019_generated.dbc index ae35e7afa2..af6d7f4161 100644 --- a/subaru_outback_2019_generated.dbc +++ b/subaru_outback_2019_generated.dbc @@ -249,7 +249,6 @@ VAL_ 328 Gear 0 "N" 1 "D" 2 "D" 3 "D" 4 "D" 5 "D" 6 "D" 14 "R" 15 "P"; CM_ "subaru_outback_2019.dbc starts here"; - BO_ 358 ES_DashStatus: 8 XXX SG_ Not_Ready_Startup : 0|3@1+ (1,0) [0|7] "" XXX SG_ Seatbelt_Disengage : 12|2@1+ (1,0) [0|3] "" XXX diff --git a/toyota_corolla_2017_pt_generated.dbc b/toyota_corolla_2017_pt_generated.dbc index 371263feb3..77a76c2c6f 100644 --- a/toyota_corolla_2017_pt_generated.dbc +++ b/toyota_corolla_2017_pt_generated.dbc @@ -469,8 +469,6 @@ CM_ SG_ 767 FD_BUTTON "The follow distance button signal as forwarded by the sds CM_ "toyota_corolla_2017_pt.dbc starts here"; - - BO_ 548 BRAKE_MODULE: 8 XXX SG_ BRAKE_PRESSURE : 43|12@0+ (1,0) [0|4047] "" XXX SG_ BRAKE_PRESSED : 5|1@0+ (1,0) [0|1] "" XXX diff --git a/toyota_nodsu_hybrid_pt_generated.dbc b/toyota_nodsu_hybrid_pt_generated.dbc index ce7402498d..6bb8f950c0 100644 --- a/toyota_nodsu_hybrid_pt_generated.dbc +++ b/toyota_nodsu_hybrid_pt_generated.dbc @@ -522,9 +522,6 @@ VAL_ 610 LKA_STATE 25 "temporary_fault" 9 "temporary_fault2" 5 "active" 1 "stand CM_ "toyota_nodsu_hybrid_pt.dbc starts here"; - - - BO_ 295 GEAR_PACKET: 8 XXX SG_ CAR_MOVEMENT : 39|8@0- (1,0) [0|255] "" XXX SG_ COUNTER : 55|8@0+ (1,0) [0|255] "" XXX diff --git a/toyota_nodsu_pt_generated.dbc b/toyota_nodsu_pt_generated.dbc index 034894eb70..233ab29923 100644 --- a/toyota_nodsu_pt_generated.dbc +++ b/toyota_nodsu_pt_generated.dbc @@ -522,9 +522,6 @@ VAL_ 610 LKA_STATE 25 "temporary_fault" 9 "temporary_fault2" 5 "active" 1 "stand CM_ "toyota_nodsu_pt.dbc starts here"; - - - BO_ 705 GAS_PEDAL: 8 XXX SG_ GAS_RELEASED : 3|1@0+ (1,0) [0|1] "" XXX SG_ GAS_PEDAL : 55|8@0+ (0.005,0) [0|1] "" XXX diff --git a/toyota_prius_2017_pt_generated.dbc b/toyota_prius_2017_pt_generated.dbc index 7b0821998f..d8a16ff357 100644 --- a/toyota_prius_2017_pt_generated.dbc +++ b/toyota_prius_2017_pt_generated.dbc @@ -469,8 +469,6 @@ CM_ SG_ 767 FD_BUTTON "The follow distance button signal as forwarded by the sds CM_ "toyota_prius_2017_pt.dbc starts here"; - - BO_ 295 GEAR_PACKET: 8 XXX SG_ CAR_MOVEMENT : 39|8@0- (1,0) [0|255] "" XXX SG_ COUNTER : 55|8@0+ (1,0) [0|255] "" XXX diff --git a/toyota_rav4_2017_pt_generated.dbc b/toyota_rav4_2017_pt_generated.dbc index fac4169664..d449cd2c56 100644 --- a/toyota_rav4_2017_pt_generated.dbc +++ b/toyota_rav4_2017_pt_generated.dbc @@ -469,8 +469,6 @@ CM_ SG_ 767 FD_BUTTON "The follow distance button signal as forwarded by the sds CM_ "toyota_rav4_2017_pt.dbc starts here"; - - BO_ 548 BRAKE_MODULE: 8 XXX SG_ BRAKE_PRESSURE : 43|12@0+ (1,0) [0|4047] "" XXX SG_ BRAKE_PRESSED : 5|1@0+ (1,0) [0|1] "" XXX diff --git a/toyota_tssp_hybrid_generated.dbc b/toyota_tssp_hybrid_generated.dbc index 3018f43d28..af69d3d2b4 100644 --- a/toyota_tssp_hybrid_generated.dbc +++ b/toyota_tssp_hybrid_generated.dbc @@ -469,8 +469,6 @@ CM_ SG_ 767 FD_BUTTON "The follow distance button signal as forwarded by the sds CM_ "toyota_tssp_hybrid.dbc starts here"; - - BO_ 550 BRAKE_MODULE: 8 XXX SG_ BRAKE_PRESSURE : 0|9@0+ (1,0) [0|511] "" XXX SG_ BRAKE_POSITION : 16|9@0+ (1,0) [0|511] "" XXX diff --git a/toyota_tssp_pt_generated.dbc b/toyota_tssp_pt_generated.dbc index 80359c2fe5..b1a0307e7a 100644 --- a/toyota_tssp_pt_generated.dbc +++ b/toyota_tssp_pt_generated.dbc @@ -469,8 +469,6 @@ CM_ SG_ 767 FD_BUTTON "The follow distance button signal as forwarded by the sds CM_ "toyota_tssp_pt.dbc starts here"; - - BO_ 550 BRAKE_MODULE: 8 XXX SG_ BRAKE_PRESSURE : 0|9@0+ (1,0) [0|255] "" XXX SG_ BRAKE_POSITION : 16|9@0+ (1,0) [0|65535] "" XXX