Dechode / Open-Throttle

Open source racing / rally simulator
GNU General Public License v3.0
10 stars 3 forks source link

Wrong units for tire slip angle #39

Closed Dechode closed 1 year ago

Dechode commented 1 year ago

Currently the slip angle of the tires are represented as radians in the code. But in fact they are a multiplier between -1...1 which maps to -90...90 degrees respectively. This means the calculated peak slip angles are incorrect and so are the tire stiffness values, from which the peak slips are calculated.

Dechode commented 1 year ago

No it is actually not.... closing

asin returns radians.