Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

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

License

Notifications You must be signed in to change notification settings

commaai/opendbc

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

opendbc

opendbc is a Python API for your car. Read the speed, steering angle, and more. Send gas, braking, and steering commands.

Structure

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

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.

Roadmap

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!