Page 1 of 1

CustomJoint with Python

Posted: Thu Nov 08, 2018 3:23 pm
by tatarama
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

Re: CustomJoint with Python

Posted: Fri Nov 09, 2018 2:55 am
by mitkof6

Re: CustomJoint with Python

Posted: Wed Nov 14, 2018 9:17 am
by tatarama
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

Re: CustomJoint with Python

Posted: Wed Nov 14, 2018 9:32 am
by tkuchida
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.