openpilot/cereal
Arne Schwarck f5044670fa Add lane departure warning on dashboard for Toyota (#605)
* Add lane departure alert in controlsd

* Need init values for LDA

* Add lane departure in interface.py

* Include LDA in CarControler

* Add logic for LDA in toyotacan

* Add speed condition and comments for LDA

* Correct right CS.vEgo

* Correct rPoly spelling

* Add left and rightLaneDepart to HUDControl in car.capnp

* Add left and rightLane_Depart in UI function

* set controlsd priority

* revert

* There must be a line to depart from

* Include changes from @pd0wm

* Remove redundant False allocation

leftLaneDepart and rightLaneDepart as False by default according to @pd0wm

* Modify variable names

right_lane_depart and left_lane_depart to conform with python naming convention

* Modify variable names

right_lane_depart and left_lane_depart to conform with python naming convention

* Wrap lane departure warning in one bool
2019-05-06 22:19:00 +02:00
..
include openpilot v0.4.5 release 2018-04-28 09:44:39 +00:00
.gitignore openpilot v0.4.5 release 2018-04-28 09:44:39 +00:00
Makefile openpilot v0.5.7 release 2018-12-10 14:13:12 -08:00
__init__.py openpilot v0.4.5 release 2018-04-28 09:44:39 +00:00
car.capnp Add lane departure warning on dashboard for Toyota (#605) 2019-05-06 22:19:00 +02:00
log.capnp openpilot v0.5.10 release 2019-03-26 01:09:18 -07:00