[ODE] How can I modify the grip of the wheels?

james at 6msoft.com james at 6msoft.com
Fri Oct 10 05:30:15 MST 2003


> I apologize me for my English
>
> How can I modify the grip of the wheels?
>
> How can I vary the grip of the wheels in relationship to the type of
> ground?_______________________________________________
> ODE mailing list
> ODE at q12.org
> http://q12.org/mailman/listinfo/ode
>

I always just attached a pointer to a structure that has a bit more
information (like mu) to each piece of geometry, then in my near collision
function, take the average of the values of the structure from my two
pieces of geometry, and feed that into the collision reaction for each
contact point.

Maybe there is a better way, but not that I found.

-James


More information about the ODE mailing list