Page 1 of 1

Location_in_parent of a CustomJoint

Posted: Thu Aug 09, 2018 3:50 am
by kumarsoma
Hi everyone,

I am not sure how to specify the location of a joint in the parent reference frame. Is there a specific method for calculating the values of the location_in_parent of a CustomJoint?

Thank you!

Kumar

Re: Location_in_parent of a CustomJoint

Posted: Sat Aug 11, 2018 1:12 pm
by tkuchida
In 4.0, Joints no longer have a location_in_parent property; they now relate Frames. See the doxygen documentation for Joint: https://simtk.org/api_docs/opensim/api_ ... ml#details.

Re: Location_in_parent of a CustomJoint

Posted: Sun Aug 12, 2018 11:07 am
by kumarsoma
Thank you Thomas!