Skip to content

Commit

Permalink
Honda: use common DBC for PILOT and others (#23659)
Browse files Browse the repository at this point in the history
* use common dbc

* bump

* remove from files common
  • Loading branch information
sshane committed Jan 29, 2022
1 parent 661d473 commit a584436
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion opendbc
Submodule opendbc updated 42 files
+128 −136 acura_ilx_2016_can_generated.dbc
+128 −124 acura_rdx_2018_can_generated.dbc
+154 −154 acura_rdx_2020_can_generated.dbc
+1 −1 generator/generator.py
+7 −144 generator/honda/_bosch_2018.dbc
+7 −144 generator/honda/_bosch_2020.dbc
+5 −148 generator/honda/_dual_can_nidec_2018.dbc
+5 −148 generator/honda/_honda_2017.dbc
+144 −0 generator/honda/_honda_common.dbc
+1 −12 generator/honda/acura_ilx_2016_can.dbc
+1 −0 generator/honda/acura_rdx_2018_can.dbc
+1 −10 generator/honda/acura_rdx_2020_can.dbc
+1 −10 generator/honda/honda_accord_2018_can.dbc
+1 −19 generator/honda/honda_civic_hatchback_ex_2017_can.dbc
+1 −17 generator/honda/honda_civic_sedan_16_diesel_2019_can.dbc
+1 −24 generator/honda/honda_civic_touring_2016_can.dbc
+1 −23 generator/honda/honda_clarity_hybrid_2018_can.dbc
+1 −20 generator/honda/honda_crv_ex_2017_can.dbc
+1 −6 generator/honda/honda_crv_executive_2016_can.dbc
+1 −11 generator/honda/honda_crv_hybrid_2019_can.dbc
+1 −7 generator/honda/honda_crv_touring_2016_can.dbc
+1 −19 generator/honda/honda_fit_ex_2018_can.dbc
+1 −21 generator/honda/honda_fit_hybrid_2018_can.dbc
+3 −19 generator/honda/honda_insight_ex_2019_can.dbc
+1 −14 generator/honda/honda_odyssey_exl_2018.dbc
+1 −3 generator/honda/honda_odyssey_extreme_edition_2018_china_can.dbc
+0 −57 generator/honda/honda_pilot_touring_2017_can.dbc
+154 −154 honda_accord_2018_can_generated.dbc
+154 −163 honda_civic_hatchback_ex_2017_can_generated.dbc
+154 −161 honda_civic_sedan_16_diesel_2019_can_generated.dbc
+128 −148 honda_civic_touring_2016_can_generated.dbc
+112 −131 honda_clarity_hybrid_2018_can_generated.dbc
+154 −164 honda_crv_ex_2017_can_generated.dbc
+128 −130 honda_crv_executive_2016_can_generated.dbc
+154 −155 honda_crv_hybrid_2019_can_generated.dbc
+128 −131 honda_crv_touring_2016_can_generated.dbc
+128 −143 honda_fit_ex_2018_can_generated.dbc
+112 −129 honda_fit_hybrid_2018_can_generated.dbc
+156 −163 honda_insight_ex_2019_can_generated.dbc
+128 −138 honda_odyssey_exl_2018_generated.dbc
+128 −127 honda_odyssey_extreme_edition_2018_china_can_generated.dbc
+0 −326 honda_pilot_touring_2017_can_generated.dbc
1 change: 0 additions & 1 deletion release/files_common
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ opendbc/honda_crv_hybrid_2019_can_generated.dbc
opendbc/honda_fit_ex_2018_can_generated.dbc
opendbc/honda_odyssey_exl_2018_generated.dbc
opendbc/honda_odyssey_extreme_edition_2018_china_can_generated.dbc
opendbc/honda_pilot_touring_2017_can_generated.dbc
opendbc/honda_insight_ex_2019_can_generated.dbc
opendbc/acura_ilx_2016_nidec.dbc

Expand Down
6 changes: 3 additions & 3 deletions selfdrive/car/honda/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -1356,9 +1356,9 @@ class CAR:
CAR.HRV: dbc_dict('honda_fit_ex_2018_can_generated', 'acura_ilx_2016_nidec'),
CAR.ODYSSEY: dbc_dict('honda_odyssey_exl_2018_generated', 'acura_ilx_2016_nidec'),
CAR.ODYSSEY_CHN: dbc_dict('honda_odyssey_extreme_edition_2018_china_can_generated', 'acura_ilx_2016_nidec'),
CAR.PILOT: dbc_dict('honda_pilot_touring_2017_can_generated', 'acura_ilx_2016_nidec'),
CAR.PASSPORT: dbc_dict('honda_pilot_touring_2017_can_generated', 'acura_ilx_2016_nidec'),
CAR.RIDGELINE: dbc_dict('honda_pilot_touring_2017_can_generated', 'acura_ilx_2016_nidec'),
CAR.PILOT: dbc_dict('acura_ilx_2016_can_generated', 'acura_ilx_2016_nidec'),
CAR.PASSPORT: dbc_dict('acura_ilx_2016_can_generated', 'acura_ilx_2016_nidec'),
CAR.RIDGELINE: dbc_dict('acura_ilx_2016_can_generated', 'acura_ilx_2016_nidec'),
CAR.INSIGHT: dbc_dict('honda_insight_ex_2019_can_generated', None),
CAR.HONDA_E: dbc_dict('acura_rdx_2020_can_generated', None),
}
Expand Down

0 comments on commit a584436

Please sign in to comment.