MADS: Allow NoO in Chill Mode

This commit is contained in:
Jason Wen
2023-12-04 03:23:35 +00:00
parent b7bb78723b
commit 536d9f2fc3
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
sunnypilot - 0.9.5.2 (2023-xx-xx)
========================
* NEW❗: MADS: Allow Navigate on openpilot in Chill Mode
* Allow navigation to feed map view into the driving model while using Chill Mode
* Support all platforms, including platforms that do not support openpilot longitudinal control & Experimental Mode
* NEW❗: Hyundai CAN longitudinal:
* NEW❗: Enable radar tracks for certain Santa Fe platforms
* Internal Combustion Engine (ICE) 2021-23
+1 -1
View File
@@ -224,7 +224,7 @@ def main():
# Enable/disable nav features
timestamp_llk = sm["navModel"].locationMonoTime
nav_valid = sm.valid["navModel"] # and (nanos_since_boot() - timestamp_llk < 1e9)
nav_enabled = nav_valid and params.get_bool("ExperimentalMode")
nav_enabled = nav_valid
if not nav_enabled:
nav_features[:] = 0