mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 16:26:14 +08:00
Controls - Lane Change Customizations - Nudgeless Lane Change
Enable lane changes without requiring manual steering input.
This commit is contained in:
@@ -79,6 +79,8 @@ class DesireHelper:
|
||||
if torque_applied:
|
||||
self.lane_change_wait_timer = frogpilot_toggles.lane_change_delay
|
||||
|
||||
torque_applied |= frogpilot_toggles.nudgeless
|
||||
|
||||
blindspot_detected = ((carstate.leftBlindspot and self.lane_change_direction == LaneChangeDirection.left) or
|
||||
(carstate.rightBlindspot and self.lane_change_direction == LaneChangeDirection.right))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user