-
Sorry!
It seems that it's already solved.
http://groups.google.com/group/ode-users/browse_thread/thread/c10d6e841f777271.
2009-06-23 07:39:18 UTC in Open Dynamics Engine
-
Hi,
Sorry, I've already created a topic in Support Requests but it's rather a bug.
I want to use limits of PUJoint.
It was working with ODE 0.10.1 but it seems to be dead with 0.11.1
In demo_jointPU.cpp, I've tried to add :
pu->setParam(dParamLoStop1, -0.1);
pu->setParam(dParamHiStop1, 0.1);
pu->setParam(dParamLoStop2, -0.1);
pu->setParam(dParamHiStop2, 0.1);...
2009-06-22 15:08:44 UTC in Open Dynamics Engine
-
Hi,
I've just upgraded from version 0.10.1 to 0.11.1
Is there any change about joint PU because "dJointSetPUParam" has no more effects on my joint with several parameters?
I previously use dParamVel1, dParamLoStop1 and dParamVel2, dParamLoStop2 to control hinge but it seems that only dParamVel3, dParamLoStop3 are still effective.
Did I miss something ?
Thanks for any answers.
2009-06-22 13:05:00 UTC in Open Dynamics Engine
-
Hi,
I've just upgraded from version 0.10.1 to 0.11.1
Is there any change about joint PU because "dJointSetPUParam" has no more effects on my joint with several parameters?
I previously use dParamVel1, dParamLoStop1 and dParamVel2, dParamLoStop2 to control hinge but it seems that only dParamVel3, dParamLoStop3 are still effective.
Did I miss something ?
Thanks for any answers.
2009-06-22 12:20:22 UTC in Open Dynamics Engine