Free posture model with GM Foot#
This is a variant of the Free Posture model showing how to include the GM foot model in the human model.
Main file location in AMMR:
The GM foot model can be enabled through a BM statement in one of the three configurations.
Main = {
// Add body model configuration. E.g.
#define BM_FOOT_MODEL _FOOT_MODEL_TOE_FLEX_GM_
// possible options:
// #define BM_FOOT_MODEL _FOOT_MODEL_RIGID_GM_
// #define BM_FOOT_MODEL _FOOT_MODEL_DETAILED_GM_
};
Additionally, foot muscles can be confiugred via a dedicated BM statement for the foot muscles.
See also
The Foot configuration parameters for a full list of configuration parameters.