Search found 3 matches

by Salhi Asma
Wed Jun 21, 2017 6:53 am
Forum: OpenSim
Topic: How to append coordinates to the custom joint
Replies: 3
Views: 703

Re: How to append coordinates to the custom joint

Thank you very much Bryce for your reply. However, i tried the same thing in c++ and it doesn't work and i don't have any clue it is because of what! I have attached a snippet of code using the API through C++. CustomJoint * glenoHumeralJoint = new CustomJoint("glenoHumeralJoint", ground, locationIn...
by Salhi Asma
Sat Jun 10, 2017 1:02 pm
Forum: OpenSim
Topic: How to append coordinates to the custom joint
Replies: 3
Views: 703

How to append coordinates to the custom joint

Hello, I’m a beginner using Opensim 3.3 API in c++. I’m trying to implement (create) a model that simply connects a body to the ground with a custom joint. So basically, I followed these steps: 1) Create a custom joint 2) Create an additional coordinate and append them to the existing coordinate set...
by Salhi Asma
Thu Jun 08, 2017 9:27 am
Forum: OpenSim
Topic: Append coordinate to coordinate set of custom joint
Replies: 3
Views: 476

Re: Append coordinate to coordinate set of custom joint

Hi, I have the same problem as: "I’m trying to append coordinates to a custom joint" but here I’m trying to use the API in C++. I followed the same steps as mentioned here in this post: 1) Create an additional coordinate and appending them to the existing coordinate set 2) Append the new coordinate ...