This commit is contained in:
Jason Wen
2025-03-20 13:50:04 -04:00
parent bacf54d22a
commit e851dd250d
@@ -65,6 +65,8 @@ class LatControlTorqueExtBase:
# Note that LAT_PLAN_MIN_IDX is defined above and is used in order to prevent
# using a "future" value that is actually planned to occur before the "current" desired
# value, which is offset by the steerActuatorDelay.
# TODO-SP: Reevaluate lookahead v values that determines how low a desired lateral jerk signal needs to
# persist in order to be used.
self.friction_look_ahead_v = [1.4, 2.0] # how many seconds in the future to look ahead in [0, ~2.1] in 0.1 increments
self.friction_look_ahead_bp = [9.0, 30.0] # corresponding speeds in m/s in [0, ~40] in 1.0 increments