Hello everybody,
I’m trying to make collision working with ODEJava between sub-spaces.
After a lot of experiments I started to think that it’s impossible with odejava (maybe with ODE as reported on the Guide) even becouse the examples (The Car) use only one space for all geometries.
The mecanism of witch collisions are tested in ODEJava is different from ODE (that use the callback function), and I cannot understand how to do it with ODEJava.
Please, can anybody help me?