mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-21 20:03:46 +08:00
Merge branch 'master' into dev-priv/master
# Conflicts: # selfdrive/controls/lib/lateral_planner.py
This commit is contained in:
@@ -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},
|
||||
|
||||
@@ -70,6 +70,8 @@ def manager_init() -> None:
|
||||
("EndToEndLongToggle", "1"),
|
||||
("EnhancedScc", "0"),
|
||||
("GapAdjustCruise", "1"),
|
||||
("GapAdjustCruiseMax", "0"),
|
||||
("GapAdjustCruiseMin", "0"),
|
||||
("GapAdjustCruiseMode", "0"),
|
||||
("GapAdjustCruiseTr", "4"),
|
||||
("GpxDeleteAfterUpload", "1"),
|
||||
|
||||
Reference in New Issue
Block a user