mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-06 00:36:29 +08:00
higher threshold
This commit is contained in:
@@ -6,7 +6,7 @@ from openpilot.common.pid import MultiplicativeUnwindPID
|
||||
from openpilot.selfdrive.controls.lib.latcontrol import LatControl
|
||||
from openpilot.selfdrive.controls.lib.drive_helpers import MAX_CURVATURE
|
||||
|
||||
LAT_ACCEL_SATURATION_THRESHOLD = 0.2 # m/s^2
|
||||
LAT_ACCEL_SATURATION_THRESHOLD = 0.4 # m/s^2
|
||||
|
||||
|
||||
class LatControlCurvature(LatControl):
|
||||
|
||||
Reference in New Issue
Block a user