Hi, all
I have another question this time. I defined ankle joint as a universal
joint with x and z axis. And I want to input joint angles and time to
generate simple motion. But, in 2D motion, I only should input 1 column
of angle data because the ankle joint is revolute joint in 2D motion,
and it worked. But, in 3D motion, I’m little confusing how to input the
angle data when the joint is universal joint.
In 2D motion, the angle data were put like this, when the time is {0,
0.01, 0.02, 0.03, 0.04} :
AnyKinEqInterPolDriver AnkleDriver = {
AnyRevoluteJoint &ShankFootJoint = Main.FootModel.JointLeg.AnkleJnt;
T = .Time;
Type = Bspline;
Data = {{56.624,
61.875,
62.196,
61.887,
64.953}};
};
Then, if I want to put angle data for universal joint, how should make
the script? My solutions was, put the data in 2 columns like this :
{56.624, 11.24}, {61.875, 12.345}…but it didn’t work. What should I
do? please help~
Oh, and here is another question. Finally, I want to input 3-direction
ground reation force data. Is it possible to input them when I
developed the model in 2D, which means the model ignored motions of
other dirctions but of only 1 plane? Thank you very much for
everything~ happy new year~