mirror of https://github.com/1okko/openpilot.git
release nissan (#1515)
This commit is contained in:
parent
e66c246f34
commit
3f97660a1a
|
@ -1,3 +1,7 @@
|
|||
Version 0.7.6 (2020-xx-xx)
|
||||
========================
|
||||
* 2019 Nissan X-Trail and 2018 Nissan Leaf support thanks to avolmensky!
|
||||
|
||||
Version 0.7.5 (2020-05-13)
|
||||
========================
|
||||
* Right-Hand Drive support for both driving and driver monitoring!
|
||||
|
@ -5,7 +9,6 @@ Version 0.7.5 (2020-05-13)
|
|||
* New driver monitoring model: overall improvement on comma two
|
||||
* Driver camera preview in settings to improve mounting position
|
||||
* Added support for many Hyundai, Kia, Genesis models thanks to xx979xx!
|
||||
* 2019 Nissan X-Trail and 2018 Nissan Leaf support thanks to avolmensky!
|
||||
* Improved lateral tuning for 2020 Toyota Rav 4 (hybrid)
|
||||
|
||||
Version 0.7.4 (2020-03-20)
|
||||
|
|
|
@ -122,6 +122,13 @@ selfdrive/car/toyota/radar_interface.py
|
|||
selfdrive/car/toyota/values.py
|
||||
selfdrive/car/toyota/carcontroller.py
|
||||
selfdrive/car/toyota/toyotacan.py
|
||||
selfdrive/car/nissan/__init__.py
|
||||
selfdrive/car/nissan/carcontroller.py
|
||||
selfdrive/car/nissan/carstate.py
|
||||
selfdrive/car/nissan/interface.py
|
||||
selfdrive/car/nissan/nissancan.py
|
||||
selfdrive/car/nissan/radar_interface.py
|
||||
selfdrive/car/nissan/values.py
|
||||
selfdrive/car/volkswagen/__init__.py
|
||||
selfdrive/car/volkswagen/carstate.py
|
||||
selfdrive/car/volkswagen/interface.py
|
||||
|
|
Loading…
Reference in New Issue