Loading Knee Grand Challenge File from Anybody GitHub

Hi everyone,

I tried loading the Knee Grand Challenge file from the Anybody GitHub repository but encountered the following error:

Constructing model tree...
WARNING(OBJ.MODELDEF1) :   ScalingCustom.any(69)  :   Patella.scaling_message_Right_Patella  :  Custom scaling for 'Right.Patella' segment is used! Please specify a scaling law should an 'Unresolved object' error occur
WARNING(OBJ.MODELDEF1) :   ScalingCustom.any(84)  :   Shank.scaling_message_Right_Shank  :  Custom scaling for 'Right.Shank' segment is used! Please specify a scaling law should an 'Unresolved object' error occur
WARNING(OBJ.MODELDEF1) :   ScalingCustom.any(99)  :   Thigh.scaling_message_Right_Thigh  :  Custom scaling for 'Right.Thigh' segment is used! Please specify a scaling law should an 'Unresolved object' error occur
ERROR(SCR.PRS9) :   Interface.any(125)  :   'HipJointRef'  :  Unresolved object
Model loading skipped

Does anyone know how to resolve this issue? Any help would be greatly appreciated!

Thanks in advance!
Parisa

i remember having similar problems. I don't recall exactly what i changed, but make sure you have the right version of repository for the gc model you want.

here's the scaling that I'm using (In settings_custome.any)

#ifndef BM_SCALING
//#define BM_SCALING CONST_SCALING_STANDARD
//#define BM_SCALING CONST_SCALING_LENGTHMASSFAT
#define BM_SCALING CONST_SCALING_UNIFORM
#endif
#ifndef BM_SCALING_ANTHRO_FILE
//#path BM_SCALING_ANTHRO_FILE "Input/AnyMan/AnyMan.any"
#path BM_SCALING_ANTHRO_FILE "AnyMan/AnyManUniform.any"
#endif

and this section in same file:
#define DEF_CUSTOM_SCALING_LEVEL_RIGHT_THIGH "RBF"
#define DEF_CUSTOM_SCALING_LEVEL_LEFT_THIGH "RBF"
#define DEF_CUSTOM_SCALING_LEVEL_RIGHT_SHANK "STL"
#define DEF_CUSTOM_SCALING_LEVEL_LEFT_SHANK "STL"
#define DEF_CUSTOM_SCALING_LEVEL_RIGHT_PATELLA "STL"
#define DEF_CUSTOM_SCALING_LEVEL_LEFT_PATELLA "STL"