Hi,
I'm trying to implement a 11 DOF FDK solver to the TKA-KneeBendDemo with TLEM 2.0.
Unfortunately, I get some of these error messages:
Failed to resolve force-dependent kinematics. Too many iterations used (final force error = 7.899933E+002). Continue anyhow...
As it stands in the wiki, i wanted to add a gearing on rotational FDK DOFs with an AnyKinMeasureLinComb, to equal them with the linear DOFs.
I know I have to edit this part in the text:
[SIZE=2]
[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]AnyKinEqSimpleDriver[/SIZE] KneeForceDep = {
DriverPos = Main.ModelSetup.SubjectSpecificData.Parameters.KneeForceDepDriverPos;
DriverVel = {0.0,0.0,0.0,0.0,0.0};
[SIZE=2]AnyKinMeasureOrg[/SIZE] OrgLin = {
[SIZE=2]AnyKinLinear[/SIZE] lin = {
Ref=0;
[SIZE=2]AnyRefNode[/SIZE] &ShankNode = Main.HumanModel.BodyModel.Right.Leg.Seg.Shank.KneeJoint;
[SIZE=2]AnyRefNode[/SIZE] &ThighNode = Main.HumanModel.BodyModel.Right.Leg.Seg.Thigh.KneeJoint;
};
MeasureOrganizer={0,1,2};
};
[SIZE=2]AnyKinMeasureOrg[/SIZE] RotOrg = {
[SIZE=2]AnyKinRotational[/SIZE] rot = {
Type = RotAxesAngles;
[SIZE=2]AnyRefNode[/SIZE] &ThighNode = Main.HumanModel.BodyModel.Right.Leg.Seg.Thigh.KneeJoint.RotNode;
[SIZE=2]AnyRefNode[/SIZE] &ShankNode = Main.HumanModel.BodyModel.Right.Leg.Seg.Shank.KneeJoint.RotNode;
};
MeasureOrganizer={1,2};
};
CType = {ForceDep,ForceDep,ForceDep,ForceDep,ForceDep};
Reaction.Type = {Off,Off,Off,Off,Off};
};
[/COLOR][/SIZE][/COLOR][/SIZE]
but I do not know how ![]()
Can you give me some tips?
Kind regards,
Felix