Hello,
I am trying to investigate the effect of exo on human motion. But there are some issues that confused me.
- I have run the parameters indentification and kinematic successfully. But when i ran the inverse dynamic analysis, i got an error as follows
Model is kinematically over-constrained
The example constrain i set
AnyKinEqSimpleDriver RightSagittaljointConnection =
{
AnyKinLinear lin =
{
AnyRefFrame& base = Main.HumanModel.BodyModel.Right.Leg.Seg.Thigh.HipJoint;
AnyRefFrame& target = Main.EnvironmentModel.exo.RightThigh___1.right_sagittal_joint_connect;
Ref = 0;
};
DriverPos = {0,0,0};
DriverVel = {0,0,0};
Reaction.Type = {On,On,On};
CType = {Soft,Soft,Soft};
};
I tried to reduce the constranins and made it equals to the mechanism dofs, it indeed worked successfully. But I don't know why i have to do this when i have set CType Soft.
- Second, I got nothing information about the dofs and constranins of coupled human-exo system, when i double clicked the study. But the provided example is normal. The Anybody version is 7. 1. 2.
Thank you in advance.
Best regards,
Felix
