mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-05 11:15:40 +08:00
keep -> turn
This commit is contained in:
@@ -63,7 +63,7 @@ class LaneTurnController:
|
||||
if not nudge_mode:
|
||||
return TURN_DESIRES[self.turn_direction]
|
||||
|
||||
# Nudge mode: pulse a keep desire once per second
|
||||
# Nudge mode: pulse a turn desire once per second
|
||||
self.lane_turn_nudge_timer += DT_MDL
|
||||
if self.lane_turn_nudge_timer > 1.0:
|
||||
# reset and show the short pulse
|
||||
|
||||
Reference in New Issue
Block a user