You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
commaai / opendbc Public
a Python API for your car
Notifications You must be signed in to change notification settings
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go to fileopendbc is a Python API for your car. Read the speed, steering angle, and more. Send gas, braking, and steering commands.
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
examples/ contains small example programs that can read state from the car and control the steering, gas, and brakes. examples/joystick.py allows you to control a car with a joystick.
This project was pulled out from openpilot. We're still figuring out the exact API between openpilot and opendbc, so some of these may end up going in openpilot.
Contributions towards anything here is welcome. Join the Discord!