Search found 2 matches

by Francesco Piqué
Thu Jan 23, 2025 3:00 am
Forum: OpenSim
Topic: Python Bindings in Custom OpenSim Build
Replies: 5
Views: 1114

Re: Python Bindings in Custom OpenSim Build

Thank you Nick,

I was able to rebuild opensim and manually install the corresponding python package using pip. In my case I didn't have to touch the bindings since I did not create new classes, I guess.

Best,
Francesco
by Francesco Piqué
Thu Jan 16, 2025 8:35 am
Forum: OpenSim
Topic: Python Bindings in Custom OpenSim Build
Replies: 5
Views: 1114

Re: Python Bindings in Custom OpenSim Build

Hello, I write here since my question is probably similar to the above. I have slightly modified an existing class of Simbody in C++. So I would like to rebuild the whole opensim and include it in the Python bindings so that I can import this custom version into a Python script. As Aaron said, I am ...