openpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for over 200 supported car makes and models.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1.6 KiB

How to contribute

Our software is open source so you can solve your own problems without needing help from others. And if you solve a problem and are so kind, you can upstream it for the rest of the world to use.

Most open source development activity is coordinated through our Discord. A lot of documentation is available on our medium

Getting Started

Testing

Local Testing

You can test your changes on your machine by running run_docker_tests.sh. This will run some automated tests in docker against your code.

Automated Testing

All PRs are automatically checked by travis. Check out .travis.yml for what travis runs. Any new tests sould be added to travis.

Code Style and Linting

Code is automatically check for style by travis as part of the automated tests. You can also run these yourself by running check_code_quality.sh.

Car Ports (openpilot)

We've released a Model Port guide for porting to Toyota/Lexus models.

If you port openpilot to a substantially new car brand, see this more generic Brand Port guide. You might also be eligible for a bounty. See our bounties at comma.ai/bounties.html