Hi
I am novice in AnyBody, so please excuse me if my question sounds silly. I would like to model the squat while the subject carries a box by hands. For start, I wanted to attach a box to the MoCap_FullBody model. I created a box and defined its weight. I don’t know how to connect the box to the hands.
I could not figure out where the segments are defined in the MoCap_FullBody model to create reference point.
I defined a driver that attaches a RefPoint on box to RFHD marker. However I get an error as follow:
AnyKinEqSimpleDriver RHBoxDriver = {
AnyRevoluteJoint RHBox = {
AnyRefNode &Box = Main.EnvironmentModel.Box.Right;
AnyRefNode &Hand = Main.ModelSetup.C3DFileData.Points.Markers.RFHD ;
Axis = z;
Constraints.Reaction.Type={Off,Off,Off,Off,Off};
};
DriverPos = {0}*pi/180;
DriverVel = {0};
Reaction.Type = {Off};
};
ERROR(SCR.PRS17) : C:/U…s/a…i/M…s/M…k/M…l/JointsAndDrivers.any(22) : ‘Hand’ : Reference of class AnyRefNode cannot refer to an object of class AnyFolder
I know that RFHD is a folder. However I don’t know how to connect the marker to the box.
I would appreciate if anyone could help me.
Thank you