mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
Pause LaneCenter On Turn Signal
This commit is contained in:
@@ -4087,6 +4087,15 @@
|
||||
"parent_key": "LaneCentering",
|
||||
"settings_tier": "advanced"
|
||||
},
|
||||
{
|
||||
"key": "LaneCenteringPauseOnSignal",
|
||||
"label": "Pause Lane Centering On Turn Signal",
|
||||
"description": "Fade lane-centering correction out when a turn signal is active so it does not fight a lane change or turn.",
|
||||
"data_type": "bool",
|
||||
"ui_type": "toggle",
|
||||
"parent_key": "LaneCentering",
|
||||
"settings_tier": "advanced"
|
||||
},
|
||||
{
|
||||
"key": "LaneCenteringE2EAuthority",
|
||||
"label": "E2E Override Strength",
|
||||
|
||||
@@ -966,6 +966,7 @@ _TROUBLESHOOT_ADVANCED_LATERAL_KEYS = [
|
||||
"ForceTorqueController",
|
||||
"CameraOffset",
|
||||
"LaneCentering",
|
||||
"LaneCenteringPauseOnSignal",
|
||||
"LaneCenteringE2EAuthority",
|
||||
"LaneCenterOffset",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user