Hello,
I need a constraint that use two independent coordinates. According to the documentation, it is now only restricted to one coordinate.
How can I extend this?
If I wrote a child class that used two coordinates, how can I add it to the opensim GUI so that it is used in all analysis or optimisations?
Is this possible?
Thanks a lot.
Custom CoordinateCouplerConstraint
- Dimitar Stanev
- Posts: 1096
- Joined: Fri Jan 31, 2014 5:14 am
Re: Custom CoordinateCouplerConstraint
Hi,
You can create your own plugin following this example:
https://simtk-confluence.stanford.edu/d ... n+Analysis
You can look at how constraints are implemented and adapt an existing code to your needs:
https://github.com/opensim-org/opensim- ... bodyEngine
Best
You can create your own plugin following this example:
https://simtk-confluence.stanford.edu/d ... n+Analysis
You can look at how constraints are implemented and adapt an existing code to your needs:
https://github.com/opensim-org/opensim- ... bodyEngine
Best