Point Kinematic
Posted: Sat Mar 13, 2021 1:01 am
Hi everyone
I want to get a point position, velocity and acceleration. So i use this code in matlab:
nn = HGait.PointKinematics;
nn.setBody(HGait.updBodySet.get('tibia_l'))
R = Vec3(0,0,0);
nn.setPoint(R)
nn.setPointName('yf')
nn.getAccelerationStorage()
but this is not yield the values of acceleration. Why in your opinion?
PointKinematics.setBody: set body to tibia_l
ans =
Thanks my friends
I want to get a point position, velocity and acceleration. So i use this code in matlab:
nn = HGait.PointKinematics;
nn.setBody(HGait.updBodySet.get('tibia_l'))
R = Vec3(0,0,0);
nn.setPoint(R)
nn.setPointName('yf')
nn.getAccelerationStorage()
but this is not yield the values of acceleration. Why in your opinion?
PointKinematics.setBody: set body to tibia_l
ans =
Thanks my friends