33 bool addKeyframe(
double t,
double x,
double v,
double effort,
double suppLeftLeg,
double suppRightLeg,
double pGain,
double iGain,
double dGain,
double limit, gainSelectEnum gainSelect,
double roll,
double pitch,
double yaw) {
return addKeyframe(Keyframe(t, x, v, effort, suppLeftLeg, suppRightLeg, pGain,iGain,dGain,limit,gainSelect, roll, pitch,yaw)); }