Merge branch 'master' into dev-priv/master

# Conflicts:
#	selfdrive/controls/lib/lateral_planner.py
This commit is contained in:
Jason Wen
2023-02-21 01:24:41 -05:00
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -238,6 +238,8 @@ std::unordered_map<std::string, uint32_t> keys = {
{"EnforceTorqueLateral", PERSISTENT},
{"EnhancedScc", PERSISTENT},
{"GapAdjustCruise", PERSISTENT},
{"GapAdjustCruiseMax", PERSISTENT},
{"GapAdjustCruiseMin", PERSISTENT},
{"GapAdjustCruiseMode", PERSISTENT},
{"GapAdjustCruiseTr", PERSISTENT},
{"GmapKey", PERSISTENT},
+2
View File
@@ -70,6 +70,8 @@ def manager_init() -> None:
("EndToEndLongToggle", "1"),
("EnhancedScc", "0"),
("GapAdjustCruise", "1"),
("GapAdjustCruiseMax", "0"),
("GapAdjustCruiseMin", "0"),
("GapAdjustCruiseMode", "0"),
("GapAdjustCruiseTr", "4"),
("GpxDeleteAfterUpload", "1"),