ComputationalBiomechanicsLab / opensim-creator

A UI for building OpenSim models
https://opensimcreator.com
Apache License 2.0
137 stars 16 forks source link

Add point-based frame definition support to the mesh importer #802

Open adamkewley opened 8 months ago

adamkewley commented 8 months ago

Similar to how the specialized "Frame Definition"

adamkewley commented 5 months ago

This has been delayed because StationDefinedFrame support was natively integrated into OpenSim itself in:

There are a few outstanding issues with the implementation - namely, that it has issues with chained PhysicalOffsetFrames, and those issues are being separately addressed in the (to-be-merged) PR:

Once those are merged upstream, I have already verified that OSC will be able to use them essentially immediately by building a branch of OSC against those patches:

So the downstream integration steps of putting frame-definition support into the model editor should be more-or-less done. Adding it into the mesh importer is a separate concern, but will require separate engineering step (some are done against this issue) in order for that to work.