09-17-2012, 10:12 AM,
(This post was last modified: 09-17-2012, 10:13 AM by NaN.)
|
|
NaN
Posting Freak
|
Posts: 2,024
Threads: 120
Joined: Jan 2010
|
|
Tire model woes
My recent experimentation with stability control has exposed an issue with current tire model. The used force combining method (beckman) seems to be wrong, not sure whether it is the implementation or the method itself.
I've noticed the behavior before to some degree(with F1-02 and karts) but never looked into it. With the stability control where wheel brakes are engaged independently the problem is quite noticeable.
Beckman combining as we have it favors heavily the longitudinal friction, to the degree that the total force is acting against the expected direction. I think we will have to fall back to no combining, or go with one of the simpler combining methods.
beckman: braking with steering to the left, longitudinal braking force rotates the car to the right against the expected direction
no combining
|
|
09-20-2012, 04:33 PM,
(This post was last modified: 09-20-2012, 04:34 PM by NaN.)
|
|
NaN
Posting Freak
|
Posts: 2,024
Threads: 120
Joined: Jan 2010
|
|
RE: Tire model woes
Thanks to internet gods I've stumbled across a full set of Hankook tire coefficients for "Magic Formula Delft Tyre
96" including the combined slip coefficients. Unfortunately the paper doesn't include the magic formulas.
http://www.biblioteca.uma.es/bbldoc/tesi...602675.pdf
The 96 MF-Tyre has 4 coefficients (rbx1, rbx2, rcx1, rhx1) for longitudinal combined slip factor Gx. The versions I've found so far use 7 coefficients. If anyone has an idea how the formula looks like post here or drop a link.
|
|
09-28-2012, 04:44 AM,
|
|
NaN
Posting Freak
|
Posts: 2,024
Threads: 120
Joined: Jan 2010
|
|
RE: Tire model woes
(09-27-2012, 11:28 AM)joevenzon Wrote: oooo
is that checked in? I've gotta give that a drive.
Not yet. I've been short on free time recently.
The next release will be delayed too I fear, hoped to have it out this month...
|
|
10-16-2012, 02:57 PM,
(This post was last modified: 10-16-2012, 02:58 PM by NewLife.)
|
|
NewLife
Junior Member
|
Posts: 17
Threads: 3
Joined: Jul 2010
|
|
RE: Tire model woes
(09-21-2012, 12:01 PM)NaN Wrote: Good news. I think I've got the correct formulas, validating them against the plots in the paper atm. If nothing weird comes up, we will be driving Hankook tires with proper force combining very soon.
I'll have to write a new pacejka editor though. I've got a simple python/tkinter script to plot the curves already, need to add parameter sliders to support real time curve editing.
very cool NaN! can't wait to test the new tire model!
where did you find the new formulas?
PS: UnityCar 2.0 Pro has been released, you can check it at http://unitypackages.net/unitycar/
|
|
02-27-2013, 09:59 AM,
|
|
NaN
Posting Freak
|
Posts: 2,024
Threads: 120
Joined: Jan 2010
|
|
RE: Tire model woes
Finally forced myself to sit down and implement the python(tkinter) tire editor, so that we can switch to MF-Tire 4.0.
This is the old tire model editor variant(the 4.0 will follow very soon):
I know ugly as hell, but very portable. The editor allows to load a reference tire config(lighter curves in pic) to make editing more intuitive.
|
|
04-03-2013, 08:41 AM,
|
|
ghiboz
Junior Member
|
Posts: 44
Threads: 14
Joined: Jun 2008
|
|
RE: Tire model woes
any news about this tire model?
|
|
04-11-2013, 07:56 AM,
(This post was last modified: 04-11-2013, 08:05 AM by NaN.)
|
|
NaN
Posting Freak
|
Posts: 2,024
Threads: 120
Joined: Jan 2010
|
|
RE: Tire model woes
The tire code is pretty much ready. I've derived 3 types from the hankook data (touring, sports(~20% more grip), racing(~40% more grip)).
touring vs sports:
Just fighting some asymmetric behavior of the tires atm. All cars are pulling slightly to the left, due to load dependent lateral force curve shift, if I am reading it correctly.
I haven't yet decided how to deal with this. I guess the real tire will have a "THIS SIDE OUT" marker. In the sim we have the same tire on all four wheels. Will try it with shift coefficients set to zero.
Oh, and the F1-02 is broken of course. That thing is driving me insane, has to be fine-tuned to any change in the simulation...
|
|
|