/* Definitions of segments in the right lower
extremity.
Mark de Zee
*/
AnyFolder SegmentsRight = {
AnySeg Foot = {
r = {0,0,0}; //Initial start positon
Mass = 0.0145*WholeBodyParameters.BodyMass;
AnyVar Length = 0.24; //Distance heel-toe
AnyVar Radius = 0.038;
AnyVar Ixx = 0.5*Mass*Radius*Radius;
AnyVar Iyy = 0.25*Mass*Radius*Radius + 1/12*Mass*Length*Length;
AnyVar Izz = Iyy;
Jii = {0.000785, 0.005613, 0.005613};
AnyRefNode AnkleJoint = {sRel = {-0.06,0,0.06};};
AnyRefNode SoleusNode = {sRel = {-0.108,0.001,0.028};};
AnyRefNode TibialisAnteriorNode = {sRel = {0.0,0.02,0.03};};
AnyRefNode TibialisAnteriorViaNode = {sRel = {-0.03,0.01,0.05};};
AnyDrawSTL DrwSTL = {
FileName = "Rfoot_bone.stl";
RGB = {0.6,0.6,0.6};
};
}; // End of Foot
AnySeg Shank = {
r = {0,0,0.4}; //Initial start positon
Axes = {{0,0,1},{0,1,0},{-1,0,0}};
Mass = 0.0465*WholeBodyParameters.BodyMass;
AnyVar Length = 0.46; //Distance heel-toe
AnyVar Radius = 0.0491;
AnyVar Ixx = 0.5*Mass*Radius*Radius;
AnyVar Iyy = 0.25*Mass*Radius*Radius + 1/12*Mass*Length*Length;
AnyVar Izz = Iyy;
Jii = {0.002518, 0.062755, 0.062755};
AnyRefNode AnkleJoint = {sRel = {0.2608,0.0,0.0};};
AnyRefNode KneeJoint = {sRel = {-0.1992,0.0,0.0};};
AnyRefNode SoleusNode = {sRel = {-0.1292,0.0,-0.020};};
AnyRefNode TibialisAnteriorNode = {sRel = {-0.0115,0.01,0.0};};
AnyDrawSTL DrwSTL = {
FileName = "Rtibia_bone.stl";
RGB = {0.6,0.6,0.6};
};
}; // End of Shank
};
|