[ODE] Possible solution to unstable rotating bodies problem

SJS ode at pulsecode.net
Fri Apr 8 03:10:09 MST 2005


Ideally, wouldn't you do two solver passes with the same initial
conditions-- one with ERP, one without.  Apply the timestep using the
results using ERP, but set the masses' final velocities according to the
results without ERP.

Expensive? maybe, yes, but you'd only be running the solver twice--
collision detection, etc. would be done only once.  In fact you should be
able to do all of this by changing only the internal Step function of ODE
(LCP or quickstep, whichever you use).

Someone mentioned a paper a few weeks back that suggested using projection
rather than the velocity method used by ODE.  --probably better than doing 2
solver passes.

SJS


-----Original Message-----
From: ode-bounces at q12.org [mailto:ode-bounces at q12.org]On Behalf Of gl
Sent: Thursday, April 07, 2005 5:42 AM
To: ode at q12.org
Subject: Re: [ODE] Possible solution to unstable rotating bodies problem


> Alan, I agree it's a better solution than none at all, and it probably
> works

Sorry, 'Alen'.
--
gl

_______________________________________________
ODE mailing list
ODE at q12.org
http://q12.org/mailman/listinfo/ode



More information about the ODE mailing list