how to add PointKinematics analysis to FD
Posted: Wed Jun 01, 2011 10:00 pm
Hi every one.
I want to add an analysis (PointKinematics) to the forward dynamics. In other words, I want to run this analysis during forward dynamic.
I made some changes to the <ForwardTool> xml file.
I changed this:
.
.
<AnalysisSet name="Analyses">
<objects/>
<groups/>
</AnalysisSet>
with this:
.
.
<AnalysisSet name="Analyses">
<objects>
<PointKinematics name="PointKinematics">
<on> true </on>
<start_time> 0.000000000000000000 </start_time>
<end_time> 0.10000000000000000000 </end_time>
<step_interval> 1 </step_interval>
<in_degrees> true </in_degrees>
<body_name> calcn_r </body_name>
<relative_to_body_name> none </relative_to_body_name>
<point_name> NONAME </point_name>
<point> 0.01000000 -0.01000000 -0.02000000 </point>
</PointKinematics>
</objects>
<groups/>
</AnalysisSet>
when I want to run the modified version of the forwardtool, it ends up with this error:
" Runtime Error!
Program: C:\Program Files\OpenSim2.2.1\jdk\jre\bin\java.exe
This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information."
Any Idea?
Regards,
Sina
I want to add an analysis (PointKinematics) to the forward dynamics. In other words, I want to run this analysis during forward dynamic.
I made some changes to the <ForwardTool> xml file.
I changed this:
.
.
<AnalysisSet name="Analyses">
<objects/>
<groups/>
</AnalysisSet>
with this:
.
.
<AnalysisSet name="Analyses">
<objects>
<PointKinematics name="PointKinematics">
<on> true </on>
<start_time> 0.000000000000000000 </start_time>
<end_time> 0.10000000000000000000 </end_time>
<step_interval> 1 </step_interval>
<in_degrees> true </in_degrees>
<body_name> calcn_r </body_name>
<relative_to_body_name> none </relative_to_body_name>
<point_name> NONAME </point_name>
<point> 0.01000000 -0.01000000 -0.02000000 </point>
</PointKinematics>
</objects>
<groups/>
</AnalysisSet>
when I want to run the modified version of the forwardtool, it ends up with this error:
" Runtime Error!
Program: C:\Program Files\OpenSim2.2.1\jdk\jre\bin\java.exe
This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information."
Any Idea?
Regards,
Sina