/// <summary> /// Sets the stiffness of the Nao's motors on if it is not already so. /// </summary> public void InitMove() { if (!MotorOn()) { Motion.wakeUp(); } if (!Motion.moveIsActive()) { Motion.moveInit(); } }