Blue Genie 3c1ce281dc Ford: CAN-FD radar messages (#1027)
Add 64 byte CANFD Radar
2024-10-01 15:59:46 -07:00
2024-09-12 16:55:06 -07:00
2024-08-30 13:48:13 -07:00
2021-04-30 14:25:37 -07:00
2024-09-04 14:48:02 -07:00
2024-10-01 15:44:54 -07:00
2024-08-17 12:04:46 -07:00
2024-10-01 15:44:54 -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

# ./test.sh is the all-in-one that will install deps, build, lint, and test
./test.sh

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.

  • Extend support to every car with LKAS + ACC interfaces
  • Automatic lateral and longitudinal control/tuning evaluation
  • Auto-tuning for lateral and longitudinal control
  • Automatic Emergency Braking
  • pip install opendbc
  • 100% type coverage
  • 100% line coverage
  • Make car ports easier: refactors, tools, tests, and docs
  • Expose the state of all supported cars better: https://github.com/commaai/opendbc/issues/1144

Contributions towards anything here is welcome. Join the Discord!

Description
No description provided
Readme MIT 13 MiB
Languages
Python 79.3%
C 12.5%
Shell 7.2%
Cap'n Proto 1%