[ODE] fixed joints
Matthias Baas
baas at ira.uka.de
Sun Aug 3 07:20:02 2003
At 19:00 29.07.2003 -0400, Martin C. Martin wrote:
>If two bodies, A and B, are always fixed to each other, why do you want to
>represent them as separate entities, and use forces to keep them mostly
>fixed to each other? Especially when this will slow down ODE?
I tried to use this configuration to simulate a sensor that measures the
force and torque at a particular point. So I broke up my rigid body into
two separate parts and connected them with a fixed joint. Then I can use
the joint feedback to get the force/torque. I'm still experimenting with
this approach and I'm not sure yet if it's really suitable.
What other alternatives are there to simulate such a sensor?
- Matthias -