mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 03:22:07 +08:00
Update interfaces.py
This commit is contained in:
@@ -302,10 +302,10 @@ class CarInterfaceBase(ABC):
|
||||
|
||||
tune.init('torque')
|
||||
tune.torque.useSteeringAngle = use_steering_angle
|
||||
tune.torque.kf = 0.65
|
||||
tune.torque.kf = 0.95
|
||||
tune.torque.kp = 0.6
|
||||
tune.torque.ki = 1.0
|
||||
tune.torque.kd = 0.75
|
||||
tune.torque.ki = 0.3
|
||||
tune.torque.kd = 0.3
|
||||
tune.torque.friction = params['FRICTION']
|
||||
tune.torque.latAccelFactor = params['LAT_ACCEL_FACTOR']
|
||||
tune.torque.latAccelOffset = 0.0
|
||||
|
||||
Reference in New Issue
Block a user