MoCap for upper limb

Dear AnyBody Team,

I was trying to adjust MoCapModel from AMMR to drive with Vicon data collected for upper limb movements for the kinematic analysis. Unfortunatelly I faced some problems. When I’ve placed markers on the Clavicula or Ulna segments I’ve got an error:

ERROR(SCR.PRS9) : E:/AMMR/Appl…tion/E…s/M…N/Input/Markers.any(170) : Defined at : E:/AMMR/Body/A…n/T…x/M…p/CreateMarkerDriverClass.any(82) : ‘AnatomicalFrame’ : Unresolved object

I will be glad if you can help me!

Dear Paulina,

It looks like the repository that you have does not have AnatomicalFrame ref. frames in those segments. The easiest corrections is to create an AnatomicalFrame ref. frame inside of the clavicle/ulna segments. Basically we will use segmental ref. frame as anatomical ref. frames.

Main.Studies.HumanModel.BodyModel.Right.ShoulderArm.Seg.Clavicula = {
 AnyRefNode AnatomicalFrame = {};
};
Main.Studies.HumanModel.BodyModel.Right.ShoulderArm.Seg.Clavicula = {
 AnyRefNode AnatomicalFrame = {};
};
Main.Studies.HumanModel.BodyModel.Left.ShoulderArm.Seg.Ulna = {
 AnyRefNode AnatomicalFrame = {};
};
Main.Studies.HumanModel.BodyModel.Left.ShoulderArm.Seg.Ulna = {
 AnyRefNode AnatomicalFrame = {};
};

Please correct segment paths in case i did not get them right.

Kind regards,
Pavel