mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 21:42:05 +08:00
242328f92c
old-commit-hash: ae5cb7a0da
5 lines
150 B
Python
5 lines
150 B
Python
# functions common among cars
|
|
|
|
def dbc_dict(pt_dbc, radar_dbc, chassis_dbc=None):
|
|
return {'pt': pt_dbc, 'radar': radar_dbc, 'chassis': chassis_dbc}
|