Web experience for exploring vehicle specs and compatability with openpilot
Built with data from https://github.com/commaai/opendbc
This is a web interface for browsing and comparing vehicle compatibility data from the opendbc repository. opendbc contains vehicle specifications for cars and info about their current capabilities with comma's openpilot driver assistance system.
# install dependencies
bun install
# start dev server
bun run dev
# production build
bun run build
Vehicle data comes from the opendbc repository. We pull the latest info using the
scripts/get_metadata.py script. Report any inaccurate specs via Discord, Github Issues, or https://opendbc.userjot.com/
Contributions are welcome! Please feel free to submit a Pull Request. Site questions and feedback can be posted in this Discord Channel or on https://opendbc.userjot.com/
This project is licensed under the MIT License - see the LICENSE file for details.