|
I would like to get the understeer/oversteer function to work in AiM.
First I need to measure the E92 M3 wheel base.
From where to where do I measure?
Then I need help with what I am looking at
ACCGRAV*(((Steer*DEG2RAD)/(Lateralacc*ACCGRAV))-(WHEELBASE/((Speed#1*KMH2MS)^2)))
Understeer/Oversteer calculation
using the relationship between
steering angle and lateral
acceleration, and wheelbase and
speed
|