Skip to content

Commit

Permalink
openpilot v0.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vehicle Researcher committed Feb 6, 2020
1 parent 1c3051a commit 2ef8a28
Show file tree
Hide file tree
Showing 251 changed files with 49,881 additions and 99,428 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ selfdrive/sensord/_gpsd
selfdrive/sensord/_sensord
selfdrive/camerad/camerad
selfdrive/modeld/_modeld
selfdrive/modeld/_monitoringd
selfdrive/modeld/_dmonitoringmodeld
/src/

one
Expand Down
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ Code is automatically check for style by travis as part of the automated tests.
We've released a [Model Port guide](https://medium.com/@comma_ai/openpilot-port-guide-for-toyota-models-e5467f4b5fe6) for porting to Toyota/Lexus models.

If you port openpilot to a substantially new car brand, see this more generic [Brand Port guide](https://medium.com/@comma_ai/how-to-write-a-car-port-for-openpilot-7ce0785eda84). You might also be eligible for a bounty. See our bounties at [comma.ai/bounties.html](https://comma.ai/bounties.html)

## Pull Requests

Pull requests should be against the master branch. Before running master on in-car hardware, you'll need to run
```
git submodule init
git submodule update
```
in order to pull down the submodules, such as `panda` and `opendbc`.
84 changes: 0 additions & 84 deletions Dockerfile.openpilot

This file was deleted.

9 changes: 0 additions & 9 deletions Makefile

This file was deleted.

128 changes: 0 additions & 128 deletions Pipfile

This file was deleted.

Loading

0 comments on commit 2ef8a28

Please sign in to comment.