mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 16:23:46 +08:00
parameterize longitudinal actuator delay (#22153)
* paremetrize longitudinal actuator delay * update ref old-commit-hash: b39f6efa3fc91b3df851a133109ec18f598dce68
This commit is contained in:
@@ -87,6 +87,7 @@ class CarInterfaceBase():
|
||||
ret.longitudinalTuning.kpV = [1.]
|
||||
ret.longitudinalTuning.kiBP = [0.]
|
||||
ret.longitudinalTuning.kiV = [1.]
|
||||
ret.longitudinalActuatorDelay = 0.15
|
||||
return ret
|
||||
|
||||
# returns a car.CarState, pass in car.CarControl
|
||||
|
||||
Reference in New Issue
Block a user