mirror of
https://github.com/infiniteCable2/opendbc.git
synced 2026-02-18 13:03:52 +08:00
Update values.py
This commit is contained in:
@@ -134,10 +134,6 @@ class CarControllerParams:
|
||||
MAX_LATERAL_JERK=ISO_LATERAL_JERK,
|
||||
MAX_ANGLE_RATE=0,
|
||||
)
|
||||
|
||||
self.CURVATURE_LIMITS: CurvatureSteeringLimits = CurvatureSteeringLimits(
|
||||
0.195, # Max curvature for steering command, m^-1
|
||||
)
|
||||
|
||||
if CP.flags & VolkswagenFlags.ALT_GEAR:
|
||||
self.shifter_values = can_define.dv["Gateway_73"]["GE_Fahrstufe"]
|
||||
|
||||
Reference in New Issue
Block a user