Forums
differential of rear traction - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: Cars & Tracks (https://www.vdrift.net/Forum/forumdisplay.php?fid=11)
+--- Thread: differential of rear traction (/showthread.php?tid=1626)



differential of rear traction - ghiboz - 03-29-2012

hi all!
I have a question about the differential parameters...
basically the differential have 2 configurations: open or closed (and more between the 2)
a closed differential means that when the car make a turn, the difference between the rotation of the 2 wheels is little, this is more powerful, more stable on the fast turns but hard to turn in the hairpins and slow turns (is like a kart for example)
the open differential means that when the car make a turn, the difference between the rotation of the wheels is big, this is less powerful, less stable but have a big handling for the hairpins, and the slow turns...

now in VDrift, how can I configure the rear differential to have these 2 situations (these are the limits case...)

thanks!


- NaN - 04-01-2012

I don't think you can get full lock with current implementation, the same issue as with the clutch.

Parameters: http://wiki.vdrift.net/Car_parameters#Differential

Implementation is in: void CARDIFFERENTIAL::ComputeWheelTorques(btScalar driveshaft_torque)


- joevenzon - 04-01-2012

You can do these types of differentials: open, torque sensitive limited slip differentials (fully adjustable), and the more exotic speed sensitive type of limited slip differentials. You can't exactly do fully closed, but you can define a highly speed sensitive differential that will behave like a closed diff.


- ghiboz - 04-02-2012

thanks, and I read the doc but i've some troubles, can you wrote here the 2 examples of config? open and lock (not very locked, but near the lock?)
thanks!!


- NaN - 04-03-2012

Setting anti-slip = 0.0, anti-slip-torque = 0 should give you a open differential. Anti-slip determines the maximum torque difference between the wheels. Try something like 500-1000 for a locked differential, scale it with engine torque.

Anti-slip-torque scales diff torque with driveshaft torque. You can try anti-slip = 0.0, anti-slip-torque = 1. The maximum diff torque will be equal to driveshaft torque then. You can use anti-slip > 0 to clamp it to a lower value.

It would be cool if we had some test track with low friction surfaces to test the simulation(maybe make the garage track a test track?)