Skip to content

Commit

Permalink
openpilot v0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vehicle Researcher committed Jul 30, 2019
1 parent aa1b61e commit e90c41c
Show file tree
Hide file tree
Showing 56 changed files with 884 additions and 1,094 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ simplejson = "*"
python-logstash-async = "*"
pandas = "*"
seaborn = "*"
tensorflow-estimator = "==1.10.12"
pyproj = "*"

[packages]
overpy = {git = "https://github.com/commaai/python-overpy.git",ref = "f86529af402d4642e1faeb146671c40284007323"}
Expand Down
61 changes: 44 additions & 17 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 0.6.2 (2019-07-29)
========================
* New driving model!
* Improve lane tracking with double lines
* Strongly improve stationary vehicle detection
* Strongly reduce cases of braking due to false leads
* Better lead tracking around turns
* Improve cut-in prediction by using neural network
* Improve lateral control on Toyota Camry and C-HR thanks to zorrobyte!
* Fix unintended openpilot disengagements on Jeep thanks to adhintz!
* Fix delayed transition to offroad when car is turned off

Version 0.6.1 (2019-07-21)
========================
* Remote SSH with comma prime and [ssh.comma.ai](https://ssh.comma.ai)
Expand Down
Binary file modified apk/ai.comma.plus.offroad.apk
Binary file not shown.
253 changes: 0 additions & 253 deletions common/kalman/ekf.py

This file was deleted.

Loading

0 comments on commit e90c41c

Please sign in to comment.