void NewFloat64Message_frontRightLowerLeg(MFloat64 jointPosCommandValue)
 {
     jointPos_frontRightLowerLeg = (float)jointPosCommandValue.data;
 }
 void NewFloat64Message_frontRightHip(MFloat64 jointPosCommandValue)
 {
     jointPos_frontRightHip = (float)jointPosCommandValue.data;
 }
 void NewFloat64Message_rearRightUpperLeg(MFloat64 jointPosCommandValue)
 {
     jointPos_rearRightUpperLeg = (float)jointPosCommandValue.data;
 }
 void NewFloat64Message_frontLeftUpperLeg(MFloat64 jointPosCommandValue)
 {
     jointPos_frontLeftUpperLeg = (float)jointPosCommandValue.data;
 }
 void NewFloat64Message_rearLeftHip(MFloat64 jointPosCommandValue)
 {
     jointPos_rearLeftHip = (float)jointPosCommandValue.data;
 }