Adding Custom Joint in Matlab

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
K Sivaprasad
Posts: 5
Joined: Wed May 19, 2021 6:15 pm

Adding Custom Joint in Matlab

Post by K Sivaprasad » Tue Sep 07, 2021 9:44 pm

What is the matlab code to add CustomJoint? I am facing trouble in adding the spatial Transform part. Thanks.

Tags:

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

Re: Adding Custom Joint in Matlab

Post by Thomas Uchida » Wed Sep 08, 2021 2:19 pm

It should look something like the C++ code in this test case: https://github.com/opensim-org/opensim- ... s.cpp#L607.

POST REPLY