|
a |
|
b/Application/Examples/THA-KneeBendDemo/Model/BodyModelConfiguration.any |
|
|
1 |
#path __BM_PLUGIN_FILE__ "BodyModelConfiguration.any" |
|
|
2 |
#define BM_CONFIG_PLUGIN __BM_PLUGIN_FILE__ |
|
|
3 |
|
|
|
4 |
|
|
|
5 |
// ----------------------------------------------------------------------------------- |
|
|
6 |
// The BodyModel configuration can be modified using BodyModel GUI plugin |
|
|
7 |
// or by manually editing this file. |
|
|
8 |
// |
|
|
9 |
// Please see this this file for more information on the options: |
|
|
10 |
// #path HTML_DOC "<AMMR_PATH_DOC>/bm_config/index.html" |
|
|
11 |
// ----------------------------------------------------------------------------------- |
|
|
12 |
|
|
|
13 |
// This model was developed based on the original Klein-Horsman dataset, do not change |
|
|
14 |
#define BM_SCALING _SCALING_NONE_ |
|
|
15 |
#define BM_LEG_MODEL _LEG_MODEL_TLEM1_ |
|
|
16 |
|
|
|
17 |
// do not use arms |
|
|
18 |
#define BM_ARM_LEFT OFF |
|
|
19 |
#define BM_ARM_RIGHT OFF |
|
|
20 |
|