Change to _SCALING_LENGTHMASSFAT_ not possible in Plug-in-gait_Simple

If the scaling law in Plug-in-gait_Simple is changed to LENGTHMASSFAT the following error occurs:

ERROR(SCR.PRS9) :   .../ammr/A..n/M..s/P..e/S..p/LabSpecificData.any(56)  :     Defined at :   .../ammr/T..s/A..p/OptimizeAnthropometricsOnOff.any(47)  :   'PelvisHeight'  :  Unresolved object

Hi MCMF,

Welcome to the forum.

It appears you have found a small bug, this combination appears not to have been tested, thanks for making us aware of it.

To fix it please add this code to the model

Main={
    Main.HumanModel.Anthropometrics.SegmentDimensions = {
        AnyVar PelvisHeight = 1;
    };
};

Best regards
Søren

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.