-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetupScale.xml
More file actions
23 lines (23 loc) · 892 Bytes
/
setupScale.xml
File metadata and controls
23 lines (23 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<OpenSimDocument Version="30000">
<ScaleTool name="generic">
<mass>75</mass>
<height>1750</height>
<age>30</age>
<GenericModelMaker name="generic">
<model_file>D:\opensim\model.osim</model_file>
<marker_set_file>D:\opensim\markerSet.xml</marker_set_file>
</GenericModelMaker>
<ModelScaler name="generic">
<scaling_order>measurements</scaling_order>
<MeasurementSet file="D:\opensim\measurementSet.xml"/>
<time_range>[0 2]</time_range>
<preserve_mass_distribution>true</preserve_mass_distribution>
</ModelScaler>
<MarkerPlacer name="generic">
<IKTaskSet file="D:\opensim\tasksScale.xml"/>
<time_range>[0 2]</time_range>
<max_marker_movement>-1</max_marker_movement>
</MarkerPlacer>
</ScaleTool>
</OpenSimDocument>