How do I use a StationDefinedFrame
with a joint?
#869
-
I'm working with the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The Joint has two sockets for
For this request, it is probably something that I can add somewhat straightforwardly - I need to add some backwards-compat tooling (e.g. convert a StationDefinedFrame to an OffsetFrame for compatibility with earlier OpenSim) anyway. (not yet implemented at time of writing: 0.5.12). |
Beta Was this translation helpful? Give feedback.
The Joint has two sockets for
parent_frame
andchild_frame
, so if you already have aStationDefinedFrame
in an OpenSim model, and an existing joint, then you might be able to right-click the joint, sockets, and then reassign the relevant parent/child frame to theStationDefinedFrame
. If you're looking to make a new joint (e.g. viaAdd Body
or similar in the osim editor) then I'd probably make the new joint as-is (i.e. with no offset frames, or defaulted ones) and then use the same feature above to reassign it to a station-defined one.