-
Hi, I am trying to change the driver imperfection value of some vehicles through an application. Is this possible? I know that I can access the default sigma value from the Vehicle Type class but am I able to edit it? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
kschrab
Apr 26, 2021
Replies: 1 comment
-
You can do so by calling getOs().requestVehicleParametersUpdate().changeImperfection(0.4).apply(); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kschrab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do so by calling