craycraycontrol2
Harald Schafer 2022-03-25 19:10:39 -07:00
parent df5cad47c1
commit 3872110323
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ def set_lat_tune(tune, name):
MAX_TORQUE = 1.5
tune.craycray.kpV = [2.0/MAX_TORQUE]
tune.craycray.kiV = [0.025/MAX_TORQUE]
tune.craycray.kf = 1.0 / MAX_TORQUE
tune.craycray.kf = 0.5 / MAX_TORQUE
elif name == LatTunes.LQR_RAV4:
tune.init('lqr')