Page 1 of 1

Editing of model arm26

Posted: Thu Nov 03, 2016 10:44 pm
by deepak001
Hello everyone,

I am trying to edit model arm 26 using XML editor. I took intermediate example of model editing under this we have to add bucket in model but when i go through the example and i did as it as mention in example but even then file didnot load in opensim. So can you tell me where i am doing wrong or any suggestion can be helpful for me.....


thanx for your suggestion.....

Re: Editing of model arm26

Posted: Fri Nov 04, 2016 4:27 am
by kishan
Could you mention what exact message you get when you load the model in GUI.The error may be in the code.

Re: Editing of model arm26

Posted: Fri Nov 04, 2016 7:23 am
by mitkof6
In the right corner of the GUI, in case of an error loading the model there will be a red mark. If you click you can inspect the error, and find the appropriate line in the .osim model.

Re: Editing of model arm26

Posted: Mon Nov 07, 2016 10:38 am
by deepak001
The file is not even loading it just taking too much time to load ...

Can anybody tell me how to give the give the location of coordinates in opensim like in .osim file when i opened it in notepad then when we defined joint we have to give location of joint and for that we coordinates then how they give it...


<Joint>
<PinJoint name="hip_r">
<!--Name of the parent body to which this joint connects its owner body.-->
<parent_body>pelvis</parent_body>
<!--Location of the joint in the parent body specified in the parent reference frame. Default is (0,0,0).-->
<location_in_parent>-0.072437806 -0.067724738 0.08555243</location_in_parent>



As mentioned above how they give location in parent coordinate.Any suggestion will be helpful.

Thnx in advance

Re: Editing of model arm26

Posted: Tue Nov 08, 2016 1:02 am
by mitkof6
The model is loading..., because it has an error you can view this error by clicking the red circle. I suppose you have mistyped something in the .osim file, so the error will point you to the line were the error is.

Yes you can change the location in parent by this property.