![]() |
|
elchtest mod :) - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4) +--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9) +--- Thread: elchtest mod :) (/showthread.php?tid=1235) |
- NaN - 03-16-2010 I haven't noticed(visually) any floating so far. But I touched/rewrote a number of functions/classes in my branch(like the wheel forces calculation). I have had heavy oscillations on some cars (lowrider style jumping :lol . There must be something wrong with their suspension setup. As they trigger the overtravel workaround in CARDYNAMICS::ApplySuspensionForceToBody(). Commented it out for now. It should be solved using a constraint anyway.The cylinder shape wheels are on my todo list. Will use your code as reference. - sebiastisch - 03-16-2010 Then I'll have to take a look at it. What was wrong with the wheel forces? Did you sync the same way, I do? - NaN - 03-16-2010 Code: void CAR::updateAction(btCollisionWorld* collisionWorld, btScalar dt)Oh, I am interpolating wheel contacts(plane approximation) in the inner loop. And the simulation dt depends on the framerate atm. The original wheel forces code contains some bugs I tried to fix in my "elchtest" modification. - sebiastisch - 03-20-2010 OK, I am late, but here are some videos of the prototype of our simulation. (Wheel collision detection is done by the cylinder.) Again thanks! Vdrift spared us a lot of time and the results are better than I could ever imagine! http://wwwiaim.ira.uka.de/users/brechtel/bremsen_passt.avi http://wwwiaim.ira.uka.de/users/brechtel/bremsen_passtNicht.avi http://wwwiaim.ira.uka.de/users/brechtel/crashvideo_finalcut.avi http://wwwiaim.ira.uka.de/users/brechtel/FahrtAufLaserscan_cut.avi http://wwwiaim.ira.uka.de/users/brechtel/sprung_bearbeitet.avi http://wwwiaim.ira.uka.de/users/brechtel/sprung_gut_cut.m4v http://wwwiaim.ira.uka.de/users/brechtel/stadtNeu.avi http://wwwiaim.ira.uka.de/users/brechtel/untitled.mp4 - joevenzon - 03-20-2010 Hey, that's really cool! Thanks for sharing. :-) - NaN - 03-22-2010 This is the project website? http://www.kognimobil.org/index.php - sebiastisch - 03-30-2010 Yes indeed. I think a pretty interesting topic! Perhaps you will get a super bot for vdrift as a spinoff (Although it will stop at every crossing and wait for others who arrived first to pass )
|