mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-23 23:02:04 +08:00
Update accel_controller.py
This commit is contained in:
@@ -29,9 +29,9 @@ from openpilot.common.numpy_fast import interp
|
||||
AccelPersonality = custom.AccelerationPersonality
|
||||
|
||||
# accel personality by @arne182 modified by cgw and kumar
|
||||
_DP_CRUISE_MIN_V = [-0.04, -0.04, -0.16, -0.16, -0.26, -0.26, -0.46, -0.46, -0.74]
|
||||
_DP_CRUISE_MIN_V_ECO = [-0.03, -0.03, -0.15, -0.15, -0.25, -0.25, -0.45, -0.45, -0.72]
|
||||
_DP_CRUISE_MIN_V_SPORT = [-0.05, -0.05, -0.17, -0.17, -0.27, -0,27, -0.47, -0.47, -0.76]
|
||||
_DP_CRUISE_MIN_V = [-0.04, -0.04, -0.11, -0.11, -0.26, -0.26, -0.46, -0.46, -0.74]
|
||||
_DP_CRUISE_MIN_V_ECO = [-0.03, -0.03, -0.10, -0.10, -0.25, -0.25, -0.45, -0.45, -0.72]
|
||||
_DP_CRUISE_MIN_V_SPORT = [-0.05, -0.05, -0.12, -0.12, -0.27, -0,27, -0.47, -0.47, -0.76]
|
||||
_DP_CRUISE_MIN_BP = [0., 3.0, 3.01, 11.1, 11.11, 17., 20.01, 30., 30.01]
|
||||
|
||||
_DP_CRUISE_MAX_V = [2.0, 2.0, 2.0, 1.68, 1.07, .72, .53, .42, .13]
|
||||
|
||||
Reference in New Issue
Block a user