[770c98]: / Tests / AnyMocap / Test_Plug-in-gait_simple_fullbody_ParamID.any

Download this file

29 lines (18 with data), 706 Bytes

//ignore_errors = ["'Set Value' operation on", "Orientation close to Gimbal Lock"]
//fatal_warnings = True
//pytest_markers=["slow"]


#include "../libdef.any"

#path MOCAP_PATH_MAINFILEDIR "<ANYMOCAP_EXAMPLES>/Plug-in-gait_Simple"
#path MOCAP_PATH_MAINFILE "<MOCAP_PATH_MAINFILEDIR>/FullBody.main.any"
#define MOCAP_NAME_MAINFILEDIR "Plug-in-gait_Simple"


#path TEMP_PATH "Output/"


#define N_STEP_PARAM_OPT 20

#include "<MOCAP_PATH_MAINFILE>"

Main = 
{  
  Main.ModelSetup.TrialSpecificData.ParameterOptimizationConvergenceTol = 1e-2;


  AnyOperationSequence RunTest = 
  {
    AnyOperation& ParameterId =  Main.RunParameterIdentification.ParameterIdentification;
  };
};