From: Matthias B. <ba...@ir...> - 2005-10-03 20:29:13
|
Gabriel Beloin wrote: > So I'm limited in the number of bodies i can include in the same space? As far as I could see, the crash seems not to be related to the Python binding but ODE itself. The crash happens in the quickStep() method which does nothing but call the corresponding ODE C function. Have you tried to visualize the simulation up to the crash to see what event triggers it? Is it when the boxes hit the ground? Maybe there are too many contacts then (which might result in a stack overflow)...? You could try not to use all the contacts in the near callback to reduce the number of contact joints. - Matthias - |