Exemple #1
0
        public void ReleaseObject()
        {
            IK_Robot_Arm_Controller arm = getArm();

            arm.DropObject();

            // TODO: only return after object(s) dropped have finished moving
            // currently this will return the frame the object is released
            actionFinished(true);
        }