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
Location_in_parent of a CustomJoint
- Kumar Soma
- Posts: 4
- Joined: Tue Sep 19, 2017 5:29 pm
- Thomas Uchida
- Posts: 1792
- Joined: Wed May 16, 2012 11:40 am
Re: Location_in_parent of a CustomJoint
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.
- Kumar Soma
- Posts: 4
- Joined: Tue Sep 19, 2017 5:29 pm
Re: Location_in_parent of a CustomJoint
Thank you Thomas!