openpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for over 200 supported car makes and models.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vehicle Researcher efb981c1ee openpilot v0.9.9 release 1 day ago
..
generator openpilot v0.9.9 release 1 day ago
ESR.dbc openpilot v0.9.8 release 1 month ago
FORD_CADS.dbc openpilot v0.9.8 release 1 month ago
FORD_CADS_64.dbc openpilot v0.9.8 release 1 month ago
README.md openpilot v0.9.8 release 1 month ago
SConscript openpilot v0.9.8 release 1 month ago
__init__.py openpilot v0.9.8 release 1 month ago
acura_ilx_2016_nidec.dbc openpilot v0.9.8 release 1 month ago
bmw_e9x_e8x.dbc openpilot v0.9.8 release 1 month ago
cadillac_ct6_chassis.dbc openpilot v0.9.8 release 1 month ago
cadillac_ct6_object.dbc openpilot v0.9.8 release 1 month ago
cadillac_ct6_powertrain.dbc openpilot v0.9.8 release 1 month ago
chrysler_cusw.dbc openpilot v0.9.8 release 1 month ago
chrysler_pacifica_2017_hybrid_private_fusion.dbc openpilot v0.9.8 release 1 month ago
comma_body.dbc openpilot v0.9.8 release 1 month ago
fca_giorgio.dbc openpilot v0.9.8 release 1 month ago
ford_cgea1_2_bodycan_2011.dbc openpilot v0.9.8 release 1 month ago
ford_cgea1_2_ptcan_2011.dbc openpilot v0.9.8 release 1 month ago
ford_fusion_2018_adas.dbc openpilot v0.9.8 release 1 month ago
ford_fusion_2018_pt.dbc openpilot v0.9.8 release 1 month ago
ford_lincoln_base_pt.dbc openpilot v0.9.8 release 1 month ago
gm_global_a_chassis.dbc openpilot v0.9.8 release 1 month ago
gm_global_a_high_voltage_management.dbc openpilot v0.9.8 release 1 month ago
gm_global_a_lowspeed.dbc openpilot v0.9.8 release 1 month ago
gm_global_a_lowspeed_1818125.dbc openpilot v0.9.8 release 1 month ago
gm_global_a_object.dbc openpilot v0.9.8 release 1 month ago
gm_global_a_powertrain_expansion.dbc openpilot v0.9.8 release 1 month ago
hongqi_hs5.dbc openpilot v0.9.8 release 1 month ago
hyundai_2015_ccan.dbc openpilot v0.9.8 release 1 month ago
hyundai_2015_mcan.dbc openpilot v0.9.8 release 1 month ago
hyundai_i30_2014.dbc openpilot v0.9.8 release 1 month ago
hyundai_kia_generic.dbc openpilot v0.9.8 release 1 month ago
hyundai_santafe_2007.dbc openpilot v0.9.8 release 1 month ago
luxgen_s5_2015.dbc openpilot v0.9.8 release 1 month ago
mazda_3_2019.dbc openpilot v0.9.8 release 1 month ago
mazda_2017.dbc openpilot v0.9.8 release 1 month ago
mazda_radar.dbc openpilot v0.9.8 release 1 month ago
mazda_rx8.dbc openpilot v0.9.8 release 1 month ago
mercedes_benz_e350_2010.dbc openpilot v0.9.8 release 1 month ago
nissan_xterra_2011.dbc openpilot v0.9.8 release 1 month ago
opel_omega_2001.dbc openpilot v0.9.8 release 1 month ago
rivian_park_assist_can.dbc openpilot v0.9.9 release 1 day ago
rivian_primary_actuator.dbc openpilot v0.9.9 release 1 day ago
tesla_can.dbc openpilot v0.9.8 release 1 month ago
tesla_model3_party.dbc openpilot v0.9.9 release 1 day ago
tesla_model3_vehicle.dbc openpilot v0.9.8 release 1 month ago
tesla_powertrain.dbc openpilot v0.9.8 release 1 month ago
toyota_2017_ref_pt.dbc openpilot v0.9.8 release 1 month ago
toyota_adas.dbc openpilot v0.9.8 release 1 month ago
toyota_iQ_2009_can.dbc openpilot v0.9.8 release 1 month ago
toyota_prius_2010_pt.dbc openpilot v0.9.8 release 1 month ago
toyota_radar_dsu_tssp.dbc openpilot v0.9.8 release 1 month ago
toyota_tss2_adas.dbc openpilot v0.9.8 release 1 month ago
volvo_v40_2017_pt.dbc openpilot v0.9.8 release 1 month ago
volvo_v60_2015_pt.dbc openpilot v0.9.8 release 1 month ago
vw_meb.dbc openpilot v0.9.8 release 1 month ago
vw_mqb.dbc openpilot v0.9.9 release 1 day ago
vw_mqbevo.dbc openpilot v0.9.8 release 1 month ago
vw_pq.dbc openpilot v0.9.9 release 1 day ago

README.md

DBC file basics

A DBC file encodes, in a humanly readable way, the information needed to understand a vehicle's CAN bus traffic. A vehicle might have multiple CAN buses and every CAN bus is represented by its own dbc file. Wondering what's the DBC file format? Here and Here a couple of good overviews.

How to start reverse engineering cars

opendbc is integrated with cabana.

Use panda to connect your car to a computer.

How to use reverse engineered DBC

To create custom CAN simulations or send reverse engineered signals back to the car you can use CANdevStudio project.

DBC file preprocessor

DBC files for different models of the same brand have a lot of overlap. Therefore, we wrote a preprocessor to create DBC files from a brand DBC file and a model specific DBC file. The source DBC files can be found in the generator folder. After changing one of the files run the generator.py script to regenerate the output files. These output files will be placed in the root of the opendbc repository and are suffixed by _generated.

Good practices for contributing to opendbc

  • Comments: the best way to store comments is to add them directly to the DBC files. For example:

    CM_ SG_ 490 LONG_ACCEL "wheel speed derivative, noisy and zero snapping";
    

    is a comment that refers to signal LONG_ACCEL in message 490. Using comments is highly recommended, especially for doubts and uncertainties. cabana can easily display/add/edit comments to signals and messages.

  • Units: when applicable, it's recommended to convert signals into physical units, by using a proper signal factor. Using a SI unit is preferred, unless a non-SI unit rounds the signal factor much better. For example:

    SG_ VEHICLE_SPEED : 7|15@0+ (0.00278,0) [0|70] "m/s" PCM
    

    is better than:

    SG_ VEHICLE_SPEED : 7|15@0+ (0.00620,0) [0|115] "mph" PCM
    

    However, the cleanest option is really:

    SG_ VEHICLE_SPEED : 7|15@0+ (0.01,0) [0|250] "kph" PCM
    
  • Signal size: always use the smallest amount of bits possible. For example, let's say I'm reverse engineering the gas pedal position and I've determined that it's in a 3 bytes message. For 0% pedal position I read a message value of 0x00 0x00 0x00, while for 100% of pedal position I read 0x64 0x00 0x00: clearly, the gas pedal position is within the first byte of the message and I might be tempted to define the signal GAS_POS as:

    SG_ GAS_POS : 7|8@0+ (1,0) [0|100] "%" PCM
    

    However, I can't be sure that the very first bit of the message is referred to the pedal position: I haven't seen it changing! Therefore, a safer way of defining the signal is:

    SG_ GAS_POS : 6|7@0+ (1,0) [0|100] "%" PCM
    

    which leaves the first bit unallocated. This prevents from very erroneous reading of the gas pedal position, in case the first bit is indeed used for something else.