CustomJoint with Python

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Shravan Tata
Posts: 9
Joined: Fri Jul 28, 2017 4:26 am

CustomJoint with Python

Post by Shravan Tata » Thu Nov 08, 2018 3:23 pm

Hello Everyone,

I am struggling with setting up a CustomJoint using Python API. Could any one point me to a simple example for doing the same? Thanks

Shravan

Tags:


User avatar
Shravan Tata
Posts: 9
Joined: Fri Jul 28, 2017 4:26 am

Re: CustomJoint with Python

Post by Shravan Tata » Wed Nov 14, 2018 9:17 am

Hi Dimitar,

Thank you very much for the response. But unfortunately none of the links actually have an example of building a CustomJoint with Python API. Would be helpful if you know of any. Thanks

Regards,
Shravan

User avatar
Thomas Uchida
Posts: 1777
Joined: Wed May 16, 2012 11:40 am

Re: CustomJoint with Python

Post by Thomas Uchida » Wed Nov 14, 2018 9:32 am

There is an example in test_swig_additional_interface.py (see line 125): https://github.com/opensim-org/opensim- ... #L125-L130. In the future, you can try going to the GitHub page (https://github.com/opensim-org/opensim-core), search for the class of interest, and filter the results for Python.

POST REPLY