[ODE] Force and Torque measurement

Bram Stolk bram at sara.nl
Fri Dec 8 04:38:23 MST 2006


On Fri, 2006-12-08 at 19:30 +0900, aiman at fuji.waseda.jp wrote:
> I created a dynamic simulator which simulate a walking robot consists of many bodys and conected to each other throw joint.
> 
> I would like to know how to measure forces and torques at a position inside the robot. Should I use dJointFeedback?

Probably.

You could take a look at the code of crashtest at
http://www.stolk.org/crashtest/

It calculates the force on the neck of the crashtest dummy in
bipedobject.h

I think it's either using the feedback, or doing all the math
yourself by measuring accelerations.

  Bram


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



More information about the ODE mailing list