What way Racer avoids the low-speed slip problem?

At low speeds the slip ratio tends to not to work(it returns reaction force greater than needed to get the wheel free rolling which results in wheels randomly changing their turn direction). Racer has solved this in a sort of way(it seems). I want to find out how did they do it.
Thanks
 
Something to do with tan curve on slip ratio I think.

There were some bugs some versions ago when this was introduced, and I'm sure some details are in the qlog.

Cheers

Dave
 
I looked at the car physics documentation and source code and it seems like they have simple solution - high calculation frequency. They calculate game at 1 kHz, I think. Also they use the relaxation length based slip integration which provides way higher simulation stability.

Thanks Racer source code for telling me how to correctly implement relaxation length simulation:)
 

What are you racing on?

  • Racing rig

    Votes: 528 35.2%
  • Motion rig

    Votes: 43 2.9%
  • Pull-out-rig

    Votes: 54 3.6%
  • Wheel stand

    Votes: 191 12.7%
  • My desktop

    Votes: 618 41.2%
  • Something else

    Votes: 66 4.4%
Back
Top