You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some physical components do not behave in exactly the same way in different cars, for example the servo. In order to making it work as well as it can, the driver code in autosar can be extended to both limit the maximal value so it doesn't rub on other car parts, and adjust the straight-ahead value so that steering = 0 really goes straight ahead.
Such information can be put directly in the code. Better is to configure autosar in a more convenient way, for example setting these values from TCU, put them on a separate file on the boot partition, or something else.
The text was updated successfully, but these errors were encountered:
Some physical components do not behave in exactly the same way in different cars, for example the servo. In order to making it work as well as it can, the driver code in autosar can be extended to both limit the maximal value so it doesn't rub on other car parts, and adjust the straight-ahead value so that steering = 0 really goes straight ahead.
Such information can be put directly in the code. Better is to configure autosar in a more convenient way, for example setting these values from TCU, put them on a separate file on the boot partition, or something else.
The text was updated successfully, but these errors were encountered: