Shane Smiskol fa1d7e7c16 fixup auto labeler (#1089)
* test

* test

* test

* make sure to detect subdirectories like tests/

* test

* this should work

* this should work

* wtf is this

* test

* clean up

* test

* test

* clean up

* clean up
2024-08-19 17:59:36 -07:00
2024-08-19 17:59:36 -07:00
2024-08-19 15:18:50 -07:00
2024-08-17 12:04:46 -07:00
2021-04-30 14:25:37 -07:00
2024-08-17 12:42:16 -07:00
2024-08-17 12:04:46 -07:00

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 files
  • opendbc/can/ is a library for parsing and building CAN messages from DBC files
  • opendbc/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
No description provided
Readme MIT 13 MiB
Languages
Python 79.3%
C 12.5%
Shell 7.2%
Cap'n Proto 1%