How change the SDF defined model runtime? (to lock a revolute joint)
Hi,
I want to add a Lock property to a revolute joint, I mean I want to Lock the joint so that there is no DOF for that joint anymore and then release the lock again.
How can I handle it?
I think maybe I should
1 - add a fixed joint exactly in the revolute joint position so it will prevent the revolute joint revolution.
2 - or change the
Asked by Hadi Kazemi on 2014-03-08 14:47:16 UTC
Answers
You have to set the high and low stop of the revolute joint to 0. Joint::SetHighStop(0,0)
Asked by AndreiHaidu on 2014-03-09 05:43:17 UTC
Comments