Page 1 of 1

Constraint involving multiple DOFs

Posted: Mon Jun 21, 2010 10:39 am
by priyanshu
Hi,

I have a model in which I need to constraint the distance between two points which are on two different bodies. Both the bodies have rotational joints about two other bodies. Is it possible to define constraints involving multiple DOFs in OpenSim?

Regards,
Priyanshu

RE: Constraint involving multiple DOFs

Posted: Thu Jun 24, 2010 11:31 am
by aymanh
Priyanshu,

OpenSim provides a PointConstraint which allows you to specify 2 points on two different bodies that you want to make coincident. You can arbitrarily specify the location of the points in their corresponding Body frame.

Hope this helps,
-Ayman

RE: Constraint involving multiple DOFs

Posted: Fri Jun 25, 2010 11:16 am
by priyanshu
Hi Ayman,

That was very helpful. Thanks for the reply. I see a lot of features in OpenSim, however the OpenSim UserGuide doesn't include anything about their usage. Is there any separate documentation for these features?

Regards,
Priyanshu

RE: Constraint involving multiple DOFs

Posted: Fri Jun 25, 2010 2:03 pm
by aymanh
Hi Priyanshu,

The User Guide is intended primarily for GUI users, new classes/components however do not show up there. The Doxygen documentation is probably best for that. You'd find it under the folder sdk/doc/index.html below the OpenSim top level installation directory.

Cheers,
-Ayman

RE: Constraint involving multiple DOFs

Posted: Fri Jun 25, 2010 10:41 pm
by priyanshu
Thank you so much Ayman.

Regards,
Priyanshu