openpilot Version 0.8.1のリリースノートの最初に Original EON is deprecated, upgrade to comma two
って書かれていて、とうとう使えなくなるのか?とちょっと焦ってしまったのですが、落ち着いて考えると「Original EON」と言うのは、OnePlus 3TベースのEONですよね。私のEONは、LeEcoベースなので、まだしばらくはサポートされると信じてます。
# on entering standstill, send standstill request
- if CS.out.standstill and not self.last_standstill:
- self.standstill_req = True
+ #if CS.out.standstill and not self.last_standstill:
+ # self.standstill_req = True
if CS.pcm_acc_status != 8:
# pcm entered standstill or it's disabled
self.standstill_req = False
diff --git a/selfdrive/controls/lib/lane_planner.py b/selfdrive/controls/lib/lane_planner.py
index 5b9485a2..99632141 100644
--- a/selfdrive/controls/lib/lane_planner.py
+++ b/selfdrive/controls/lib/lane_planner.py
@@ -2,7 +2,7 @@ from common.numpy_fast import interp
import numpy as np
from cereal import log
-CAMERA_OFFSET = 0.06 # m from center car to camera
+CAMERA_OFFSET = 0.00 # m from center car to camera
def compute_path_pinv(l=50):
diff --git a/selfdrive/thermald/thermald.py b/selfdrive/thermald/thermald.py
index 65587ca9..98472356 100755
--- a/selfdrive/thermald/thermald.py
+++ b/selfdrive/thermald/thermald.py
@@ -27,9 +27,9 @@ NetworkType = log.ThermalData.NetworkType
NetworkStrength = log.ThermalData.NetworkStrength
CURRENT_TAU = 15. # 15s time constant
CPU_TEMP_TAU = 5. # 5s time constant
-DAYS_NO_CONNECTIVITY_MAX = 7 # do not allow to engage after a week without internet
-DAYS_NO_CONNECTIVITY_PROMPT = 4 # send an offroad prompt after 4 days with no internet
-DISCONNECT_TIMEOUT = 5. # wait 5 seconds before going offroad after disconnect so you get an alert
+DAYS_NO_CONNECTIVITY_MAX = 997 # do not allow to engage after a week without internet
+DAYS_NO_CONNECTIVITY_PROMPT = 994 # send an offroad prompt after 4 days with no internet
+DISCONNECT_TIMEOUT = 995. # wait 5 seconds before going offroad after disconnect so you get an alert