Hi Camille,
I am sorry but i do not think you did the correction correctly.
If you look in the ModelSetup.any file you will find this section defining the ankle maker
CreateMarkerTD RANE (
MarkerName=PrefixDef(RANE) ,
MarkerPlacement=Right.Leg.Seg.Shank,
OptX=“On”,OptY=“Off”,OptZ=“On”,
WeightX=1.0,WeightY=1.0,WeightZ=1.0,
Model1=MotionAndParameterOptimizationModel, Model2= InverseDynamicModel
) = {
sRelOpt = {0.00671602, -0.01, 0.01542605};
};
This is not correct and should have been
CreateMarkerTD RANK (
MarkerName=PrefixDef(RANK) ,
MarkerPlacement=Right.Leg.Seg.Shank,
OptX=“On”,OptY=“Off”,OptZ=“On”,
WeightX=1.0,WeightY=1.0,WeightZ=1.0,
Model1=MotionAndParameterOptimizationModel, Model2= InverseDynamicModel
) = {
sRelOpt = {0.00671602, -0.01, 0.01542605};
};
Since there is no RANE marker listed if you look in the items availble in the C3D object, this class will not be able to find the data it needs and it will give you the error you see.
It will most likely be the same issue for the LANE/LANK marker…
Best regards
Søren