Skip to content

Commit

Permalink
ret.steerKpV, ret.steerKiV = [[0.2], [0.04]]
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeexsixare authored Sep 25, 2018
1 parent 86013f1 commit b0483d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/controls/lib/alertmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class AlertManager(object):

"startup": Alert(
#"Be ready to take over at any time",
"ret.steerKf = 0.00003",
"ret.steerKpV, ret.steerKiV = [[0.2], [0.04]]",
"Always keep hands on wheel and eyes on road",
AlertStatus.normal, AlertSize.mid,
Priority.LOWEST, None, None, 0., 0., 15.),
Expand Down

0 comments on commit b0483d0

Please sign in to comment.