How are people using the yaw rate sensor information?
Posted: Tue Jan 19, 2016 12:30 am
Posting this in the General Q&A since it's more of a general usage question rather than a sensor component question.
I'm curious to know, how are people using the yaw rate sensor information?
I was under the mistaken impression that the data coming out of the yaw rate sensor was something on the order of -10 to +10 deg/s and would directly indicate of the car was under or oversteering. After the last autocross I realized it doesn’t work like this. Absolute yaw rate values of -45 to +45deg/s don’t tell me much by itself.
It sounds like a differential yaw rate signal is required to indicate if the car is under or oversteering. But how to get this with the RCPro?
One option I found was to calculate lateral acceleration from yaw and vehicle speed with a formula like this:
Vehicle speed in kph * Yaw * (( PI / 180) / 3.6 / 9.81)
So if this value is lower than the measured lateral acceleration then the car is understeering??? And if higher then oversteering?
Alternately, this equation could be turned around to calculate a virtual yaw signal like this:
Lateral acceleration in g / ( vehicle speed in kph *(( PI /180) / 3.6 / 9.81))
So if the measured yaw is higher than this calculated yaw then the car is oversteering? Though I’m struggling to understand the converse, how if this calculated yaw is higher than measured yaw the car could be understeering.
So I’m really interested to know how other people are using the yaw rate sensor information, what equations you’re using, how you’re integrating it with other sensors, what kind of conclusions you can make, etc.
I'm curious to know, how are people using the yaw rate sensor information?
I was under the mistaken impression that the data coming out of the yaw rate sensor was something on the order of -10 to +10 deg/s and would directly indicate of the car was under or oversteering. After the last autocross I realized it doesn’t work like this. Absolute yaw rate values of -45 to +45deg/s don’t tell me much by itself.
It sounds like a differential yaw rate signal is required to indicate if the car is under or oversteering. But how to get this with the RCPro?
One option I found was to calculate lateral acceleration from yaw and vehicle speed with a formula like this:
Vehicle speed in kph * Yaw * (( PI / 180) / 3.6 / 9.81)
So if this value is lower than the measured lateral acceleration then the car is understeering??? And if higher then oversteering?
Alternately, this equation could be turned around to calculate a virtual yaw signal like this:
Lateral acceleration in g / ( vehicle speed in kph *(( PI /180) / 3.6 / 9.81))
So if the measured yaw is higher than this calculated yaw then the car is oversteering? Though I’m struggling to understand the converse, how if this calculated yaw is higher than measured yaw the car could be understeering.
So I’m really interested to know how other people are using the yaw rate sensor information, what equations you’re using, how you’re integrating it with other sensors, what kind of conclusions you can make, etc.