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.....
Editing of model arm26
- Krishnakumar Sankar
- Posts: 115
- Joined: Tue Mar 01, 2016 10:06 am
Re: Editing of model arm26
Could you mention what exact message you get when you load the model in GUI.The error may be in the code.
- Dimitar Stanev
- Posts: 1096
- Joined: Fri Jan 31, 2014 5:14 am
Re: Editing of model arm26
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.
- Deepak Jindal
- Posts: 14
- Joined: Sun Jun 05, 2016 11:04 pm
Re: Editing of model arm26
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
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
- Dimitar Stanev
- Posts: 1096
- Joined: Fri Jan 31, 2014 5:14 am
Re: Editing of model arm26
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.
Yes you can change the location in parent by this property.