mirror of
https://github.com/commaai/opendbc.git
synced 2026-06-13 00:24:56 +08:00
b4d39b97db6d36a4549cdfff96eae08d4aa7c378
opendbc
opendbc is a Python API for your car. Read the speed, steering angle, and more. Send gas, braking, and steering commands.
Structure
opendbc/dbc/is a repository of DBC filesopendbc/can/is a library for parsing and building CAN messages from DBC filesopendbc/car/is a high-level library for interfacing with cars using Python
Quick start
git clone https://github.com/commaai/opendbc.git
cd opendbc
# Install the dependencies
pip3 install -e .[testing,docs]
# Build
scons -j8
# Run the tests
pytest .
# Run the linter
pre-commit run --all-files
Description
Languages
Python
78.3%
C
12.3%
Shell
8.3%
Cap'n Proto
1.1%