Average last two awareness times

pull/2502/head
Shane Smiskol 5 years ago
parent ef668e9606
commit 2fd7e7a44c
  1. 2
      selfdrive/monitoring/driver_monitor.py

@ -14,7 +14,7 @@ EventName = car.CarEvent.EventName
# We recommend that you do not change these numbers from the defaults.
# ******************************************************************************************
_AWARENESS_TIME = 35. # passive wheel touch total timeout
_AWARENESS_TIME = 53. # passive wheel touch total timeout
_AWARENESS_PRE_TIME_TILL_TERMINAL = 12.
_AWARENESS_PROMPT_TIME_TILL_TERMINAL = 6.
_DISTRACTED_TIME = 11.

Loading…
Cancel
Save