LICENSE
MANIFEST.in
README.md
pyproject.toml
opendbc/__init__.py
opendbc/testing.py
opendbc.egg-info/PKG-INFO
opendbc.egg-info/SOURCES.txt
opendbc.egg-info/dependency_links.txt
opendbc.egg-info/requires.txt
opendbc.egg-info/top_level.txt
opendbc/can/__init__.py
opendbc/can/dbc.py
opendbc/can/packer.py
opendbc/can/parser.py
opendbc/can/tests/__init__.py
opendbc/can/tests/benchmark.py
opendbc/can/tests/test_checksums.py
opendbc/can/tests/test_dbc_exceptions.py
opendbc/can/tests/test_dbc_parser.py
opendbc/can/tests/test_define.py
opendbc/can/tests/test_packer_parser.py
opendbc/car/__init__.py
opendbc/car/can_definitions.py
opendbc/car/car.capnp
opendbc/car/car_helpers.py
opendbc/car/carlog.py
opendbc/car/ccp.py
opendbc/car/crc.py
opendbc/car/disable_ecu.py
opendbc/car/docs.py
opendbc/car/docs_definitions.py
opendbc/car/ecu_addrs.py
opendbc/car/extra_cars.py
opendbc/car/fingerprints.py
opendbc/car/fw_query_definitions.py
opendbc/car/fw_versions.py
opendbc/car/interfaces.py
opendbc/car/isotp.py
opendbc/car/isotp_parallel_query.py
opendbc/car/lateral.py
opendbc/car/logreader.py
opendbc/car/panda_runner.py
opendbc/car/rlog.capnp
opendbc/car/secoc.py
opendbc/car/structs.py
opendbc/car/uds.py
opendbc/car/values.py
opendbc/car/vehicle_model.py
opendbc/car/vin.py
opendbc/car/xcp.py
opendbc/car/body/__init__.py
opendbc/car/body/bodycan.py
opendbc/car/body/carcontroller.py
opendbc/car/body/carstate.py
opendbc/car/body/fingerprints.py
opendbc/car/body/interface.py
opendbc/car/body/values.py
opendbc/car/chrysler/__init__.py
opendbc/car/chrysler/carcontroller.py
opendbc/car/chrysler/carstate.py
opendbc/car/chrysler/chryslercan.py
opendbc/car/chrysler/fingerprints.py
opendbc/car/chrysler/interface.py
opendbc/car/chrysler/radar_interface.py
opendbc/car/chrysler/values.py
opendbc/car/common/__init__.py
opendbc/car/common/basedir.py
opendbc/car/common/conversions.py
opendbc/car/common/filter_simple.py
opendbc/car/common/pid.py
opendbc/car/common/simple_kalman.py
opendbc/car/debug/format_fingerprints.py
opendbc/car/ford/__init__.py
opendbc/car/ford/carcontroller.py
opendbc/car/ford/carstate.py
opendbc/car/ford/fingerprints.py
opendbc/car/ford/fordcan.py
opendbc/car/ford/interface.py
opendbc/car/ford/radar_interface.py
opendbc/car/ford/values.py
opendbc/car/ford/tests/__init__.py
opendbc/car/ford/tests/print_platform_codes.py
opendbc/car/ford/tests/test_ford.py
opendbc/car/gm/__init__.py
opendbc/car/gm/carcontroller.py
opendbc/car/gm/carstate.py
opendbc/car/gm/fingerprints.py
opendbc/car/gm/gmcan.py
opendbc/car/gm/interface.py
opendbc/car/gm/radar_interface.py
opendbc/car/gm/values.py
opendbc/car/gm/tests/__init__.py
opendbc/car/gm/tests/test_gm.py
opendbc/car/honda/__init__.py
opendbc/car/honda/carcontroller.py
opendbc/car/honda/carstate.py
opendbc/car/honda/fingerprints.py
opendbc/car/honda/hondacan.py
opendbc/car/honda/interface.py
opendbc/car/honda/radar_interface.py
opendbc/car/honda/values.py
opendbc/car/honda/tests/__init__.py
opendbc/car/honda/tests/test_honda.py
opendbc/car/hyundai/__init__.py
opendbc/car/hyundai/carcontroller.py
opendbc/car/hyundai/carstate.py
opendbc/car/hyundai/fingerprints.py
opendbc/car/hyundai/hyundaican.py
opendbc/car/hyundai/hyundaicanfd.py
opendbc/car/hyundai/interface.py
opendbc/car/hyundai/radar_interface.py
opendbc/car/hyundai/values.py
opendbc/car/hyundai/tests/__init__.py
opendbc/car/hyundai/tests/print_platform_codes.py
opendbc/car/hyundai/tests/test_hyundai.py
opendbc/car/include/c++.capnp
opendbc/car/mazda/__init__.py
opendbc/car/mazda/carcontroller.py
opendbc/car/mazda/carstate.py
opendbc/car/mazda/fingerprints.py
opendbc/car/mazda/interface.py
opendbc/car/mazda/mazdacan.py
opendbc/car/mazda/values.py
opendbc/car/mock/__init__.py
opendbc/car/mock/carcontroller.py
opendbc/car/mock/carstate.py
opendbc/car/mock/interface.py
opendbc/car/mock/values.py
opendbc/car/nissan/__init__.py
opendbc/car/nissan/carcontroller.py
opendbc/car/nissan/carstate.py
opendbc/car/nissan/fingerprints.py
opendbc/car/nissan/interface.py
opendbc/car/nissan/nissancan.py
opendbc/car/nissan/values.py
opendbc/car/psa/__init__.py
opendbc/car/psa/carcontroller.py
opendbc/car/psa/carstate.py
opendbc/car/psa/fingerprints.py
opendbc/car/psa/interface.py
opendbc/car/psa/psacan.py
opendbc/car/psa/values.py
opendbc/car/rivian/__init__.py
opendbc/car/rivian/carcontroller.py
opendbc/car/rivian/carstate.py
opendbc/car/rivian/fingerprints.py
opendbc/car/rivian/interface.py
opendbc/car/rivian/radar_interface.py
opendbc/car/rivian/riviancan.py
opendbc/car/rivian/values.py
opendbc/car/rivian/tests/__init__.py
opendbc/car/rivian/tests/test_rivian.py
opendbc/car/subaru/__init__.py
opendbc/car/subaru/carcontroller.py
opendbc/car/subaru/carstate.py
opendbc/car/subaru/fingerprints.py
opendbc/car/subaru/interface.py
opendbc/car/subaru/subarucan.py
opendbc/car/subaru/values.py
opendbc/car/subaru/tests/__init__.py
opendbc/car/subaru/tests/test_subaru.py
opendbc/car/tesla/__init__.py
opendbc/car/tesla/carcontroller.py
opendbc/car/tesla/carstate.py
opendbc/car/tesla/fingerprints.py
opendbc/car/tesla/interface.py
opendbc/car/tesla/radar_interface.py
opendbc/car/tesla/teslacan.py
opendbc/car/tesla/values.py
opendbc/car/tesla/tests/__init__.py
opendbc/car/tesla/tests/test_tesla.py
opendbc/car/tests/__init__.py
opendbc/car/tests/car_diff.py
opendbc/car/tests/routes.py
opendbc/car/tests/test_can_fingerprint.py
opendbc/car/tests/test_car_interfaces.py
opendbc/car/tests/test_docs.py
opendbc/car/tests/test_fw_fingerprint.py
opendbc/car/tests/test_lateral_limits.py
opendbc/car/tests/test_platform_configs.py
opendbc/car/tests/test_routes.py
opendbc/car/tests/test_vehicle_model.py
opendbc/car/torque_data/override.toml
opendbc/car/torque_data/params.toml
opendbc/car/torque_data/substitute.toml
opendbc/car/toyota/__init__.py
opendbc/car/toyota/carcontroller.py
opendbc/car/toyota/carstate.py
opendbc/car/toyota/fingerprints.py
opendbc/car/toyota/interface.py
opendbc/car/toyota/radar_interface.py
opendbc/car/toyota/toyotacan.py
opendbc/car/toyota/values.py
opendbc/car/toyota/tests/__init__.py
opendbc/car/toyota/tests/print_platform_codes.py
opendbc/car/toyota/tests/test_toyota.py
opendbc/car/volkswagen/__init__.py
opendbc/car/volkswagen/carcontroller.py
opendbc/car/volkswagen/carstate.py
opendbc/car/volkswagen/fingerprints.py
opendbc/car/volkswagen/interface.py
opendbc/car/volkswagen/mlbcan.py
opendbc/car/volkswagen/mqbcan.py
opendbc/car/volkswagen/pqcan.py
opendbc/car/volkswagen/values.py
opendbc/car/volkswagen/tests/__init__.py
opendbc/car/volkswagen/tests/test_volkswagen.py
opendbc/dbc/ESR.dbc
opendbc/dbc/FORD_CADS.dbc
opendbc/dbc/FORD_CADS_64.dbc
opendbc/dbc/__init__.py
opendbc/dbc/acura_ilx_2016_nidec.dbc
opendbc/dbc/bmw_e9x_e8x.dbc
opendbc/dbc/cadillac_ct6_chassis.dbc
opendbc/dbc/cadillac_ct6_object.dbc
opendbc/dbc/cadillac_ct6_powertrain.dbc
opendbc/dbc/chrysler_cusw.dbc
opendbc/dbc/chrysler_pacifica_2017_hybrid_private_fusion.dbc
opendbc/dbc/comma_body.dbc
opendbc/dbc/fca_giorgio.dbc
opendbc/dbc/ford_cgea1_2_bodycan_2011.dbc
opendbc/dbc/ford_cgea1_2_ptcan_2011.dbc
opendbc/dbc/ford_fusion_2018_adas.dbc
opendbc/dbc/ford_fusion_2018_pt.dbc
opendbc/dbc/ford_lincoln_base_pt.dbc
opendbc/dbc/gm_global_a_chassis.dbc
opendbc/dbc/gm_global_a_high_voltage_management.dbc
opendbc/dbc/gm_global_a_lowspeed.dbc
opendbc/dbc/gm_global_a_lowspeed_1818125.dbc
opendbc/dbc/gm_global_a_object.dbc
opendbc/dbc/gm_global_a_powertrain_expansion.dbc
opendbc/dbc/gwm_haval_h6_phev_2024.dbc
opendbc/dbc/hongqi_hs5.dbc
opendbc/dbc/hyundai_2015_ccan.dbc
opendbc/dbc/hyundai_2015_mcan.dbc
opendbc/dbc/hyundai_i30_2014.dbc
opendbc/dbc/hyundai_kia_generic.dbc
opendbc/dbc/hyundai_santafe_2007.dbc
opendbc/dbc/luxgen_s5_2015.dbc
opendbc/dbc/mazda_2017.dbc
opendbc/dbc/mazda_3_2019.dbc
opendbc/dbc/mazda_radar.dbc
opendbc/dbc/mazda_rx8.dbc
opendbc/dbc/mercedes_benz_e350_2010.dbc
opendbc/dbc/nissan_xterra_2011.dbc
opendbc/dbc/opel_omega_2001.dbc
opendbc/dbc/psa_aee2010_r3.dbc
opendbc/dbc/rivian_park_assist_can.dbc
opendbc/dbc/rivian_primary_actuator.dbc
opendbc/dbc/tesla_can.dbc
opendbc/dbc/tesla_model3_party.dbc
opendbc/dbc/tesla_model3_vehicle.dbc
opendbc/dbc/tesla_powertrain.dbc
opendbc/dbc/toyota_2017_ref_pt.dbc
opendbc/dbc/toyota_adas.dbc
opendbc/dbc/toyota_iQ_2009_can.dbc
opendbc/dbc/toyota_prius_2010_pt.dbc
opendbc/dbc/toyota_radar_dsu_tssp.dbc
opendbc/dbc/toyota_tss2_adas.dbc
opendbc/dbc/volvo_v40_2017_pt.dbc
opendbc/dbc/volvo_v60_2015_pt.dbc
opendbc/dbc/vw_meb.dbc
opendbc/dbc/vw_mlb.dbc
opendbc/dbc/vw_mqb.dbc
opendbc/dbc/vw_mqbevo.dbc
opendbc/dbc/vw_pq.dbc
opendbc/dbc/generator/generator.py
opendbc/dbc/generator/chrysler/_stellantis_common.dbc
opendbc/dbc/generator/chrysler/_stellantis_common_ram.py
opendbc/dbc/generator/chrysler/chrysler_pacifica_2017_hybrid.dbc
opendbc/dbc/generator/chrysler/chrysler_ram_dt.dbc
opendbc/dbc/generator/chrysler/chrysler_ram_hd.dbc
opendbc/dbc/generator/gm/_community.dbc
opendbc/dbc/generator/gm/gm_global_a_powertrain.dbc
opendbc/dbc/generator/honda/_bosch_2018.dbc
opendbc/dbc/generator/honda/_bosch_radar_acc.dbc
opendbc/dbc/generator/honda/_bosch_standstill.dbc
opendbc/dbc/generator/honda/_community.dbc
opendbc/dbc/generator/honda/_gearbox_common.dbc
opendbc/dbc/generator/honda/_honda_common.dbc
opendbc/dbc/generator/honda/_lkas_hud_5byte.dbc
opendbc/dbc/generator/honda/_lkas_hud_8byte.dbc
opendbc/dbc/generator/honda/_nidec_common.dbc
opendbc/dbc/generator/honda/_nidec_scm_group_a.dbc
opendbc/dbc/generator/honda/_nidec_scm_group_b.dbc
opendbc/dbc/generator/honda/_steering_control_a.dbc
opendbc/dbc/generator/honda/_steering_control_b.dbc
opendbc/dbc/generator/honda/_steering_control_c.dbc
opendbc/dbc/generator/honda/_steering_sensors_a.dbc
opendbc/dbc/generator/honda/_steering_sensors_b.dbc
opendbc/dbc/generator/honda/_steering_sensors_c.dbc
opendbc/dbc/generator/honda/acura_ilx_2016_can.dbc
opendbc/dbc/generator/honda/acura_rdx_2018_can.dbc
opendbc/dbc/generator/honda/acura_rdx_2020_can.dbc
opendbc/dbc/generator/honda/honda_bosch_radarless.dbc
opendbc/dbc/generator/honda/honda_civic_hatchback_ex_2017_can.dbc
opendbc/dbc/generator/honda/honda_civic_touring_2016_can.dbc
opendbc/dbc/generator/honda/honda_clarity_hybrid_2018_can.dbc
opendbc/dbc/generator/honda/honda_common_canfd.dbc
opendbc/dbc/generator/honda/honda_crv_ex_2017_body.dbc
opendbc/dbc/generator/honda/honda_crv_touring_2016_can.dbc
opendbc/dbc/generator/honda/honda_e_advance_2020_can.dbc
opendbc/dbc/generator/honda/honda_insight_ex_2019_can.dbc
opendbc/dbc/generator/honda/honda_odyssey_exl_2018.dbc
opendbc/dbc/generator/honda/honda_odyssey_twn_2018.dbc
opendbc/dbc/generator/hyundai/_hyundai_canfd_common.dbc
opendbc/dbc/generator/hyundai/hyundai_canfd.dbc
opendbc/dbc/generator/hyundai/hyundai_kia_mando_corner_radar.py
opendbc/dbc/generator/hyundai/hyundai_kia_mando_front_radar.py
opendbc/dbc/generator/hyundai/hyundai_palisade_2023.dbc
opendbc/dbc/generator/nissan/_nissan_common.dbc
opendbc/dbc/generator/nissan/nissan_leaf_2018.dbc
opendbc/dbc/generator/nissan/nissan_x_trail_2017.dbc
opendbc/dbc/generator/rivian/rivian_mando_front_radar.py
opendbc/dbc/generator/subaru/_subaru_global.dbc
opendbc/dbc/generator/subaru/_subaru_preglobal_2015.dbc
opendbc/dbc/generator/subaru/subaru_forester_2017.dbc
opendbc/dbc/generator/subaru/subaru_global_2017.dbc
opendbc/dbc/generator/subaru/subaru_global_2020_hybrid.dbc
opendbc/dbc/generator/subaru/subaru_outback_2015.dbc
opendbc/dbc/generator/subaru/subaru_outback_2019.dbc
opendbc/dbc/generator/tesla/_radar_common.py
opendbc/dbc/generator/tesla/tesla_radar_bosch.py
opendbc/dbc/generator/tesla/tesla_radar_continental.py
opendbc/dbc/generator/toyota/_community.dbc
opendbc/dbc/generator/toyota/_toyota_2017.dbc
opendbc/dbc/generator/toyota/_toyota_adas_standard.dbc
opendbc/dbc/generator/toyota/toyota_new_mc_pt.dbc
opendbc/dbc/generator/toyota/toyota_nodsu_pt.dbc
opendbc/dbc/generator/toyota/toyota_secoc_pt.dbc
opendbc/dbc/generator/toyota/toyota_tnga_k_pt.dbc
opendbc/safety/__init__.py
opendbc/safety/can.h
opendbc/safety/declarations.h
opendbc/safety/helpers.h
opendbc/safety/lateral.h
opendbc/safety/longitudinal.h
opendbc/safety/safety.h
opendbc/safety/modes/body.h
opendbc/safety/modes/chrysler.h
opendbc/safety/modes/chrysler_common.h
opendbc/safety/modes/chrysler_cusw.h
opendbc/safety/modes/defaults.h
opendbc/safety/modes/elm327.h
opendbc/safety/modes/ford.h
opendbc/safety/modes/gm.h
opendbc/safety/modes/honda.h
opendbc/safety/modes/hyundai.h
opendbc/safety/modes/hyundai_canfd.h
opendbc/safety/modes/hyundai_common.h
opendbc/safety/modes/mazda.h
opendbc/safety/modes/nissan.h
opendbc/safety/modes/psa.h
opendbc/safety/modes/rivian.h
opendbc/safety/modes/subaru.h
opendbc/safety/modes/subaru_preglobal.h
opendbc/safety/modes/tesla.h
opendbc/safety/modes/toyota.h
opendbc/safety/modes/volkswagen_common.h
opendbc/safety/modes/volkswagen_mlb.h
opendbc/safety/modes/volkswagen_mqb.h
opendbc/safety/modes/volkswagen_pq.h
opendbc/safety/tests/__init__.py
opendbc/safety/tests/common.py
opendbc/safety/tests/hyundai_common.py
opendbc/safety/tests/mutation.py
opendbc/safety/tests/test_body.py
opendbc/safety/tests/test_chrysler.py
opendbc/safety/tests/test_chrysler_cusw.py
opendbc/safety/tests/test_defaults.py
opendbc/safety/tests/test_elm327.py
opendbc/safety/tests/test_ford.py
opendbc/safety/tests/test_gm.py
opendbc/safety/tests/test_honda.py
opendbc/safety/tests/test_hyundai.py
opendbc/safety/tests/test_hyundai_canfd.py
opendbc/safety/tests/test_mazda.py
opendbc/safety/tests/test_nissan.py
opendbc/safety/tests/test_psa.py
opendbc/safety/tests/test_rivian.py
opendbc/safety/tests/test_subaru.py
opendbc/safety/tests/test_subaru_preglobal.py
opendbc/safety/tests/test_tesla.py
opendbc/safety/tests/test_toyota.py
opendbc/safety/tests/test_volkswagen_mlb.py
opendbc/safety/tests/test_volkswagen_mqb.py
opendbc/safety/tests/test_volkswagen_pq.py
opendbc/safety/tests/libsafety/__init__.py
opendbc/safety/tests/libsafety/fake_stm.h
opendbc/safety/tests/libsafety/libsafety_py.py
opendbc/safety/tests/misra/test_mutation.py
opendbc/safety/tests/safety_replay/__init__.py
opendbc/safety/tests/safety_replay/helpers.py
opendbc/safety/tests/safety_replay/replay_drive.py