In Preperation for the 'Little Teapot Song' HAHAHHAHA!! :-) HAHAHHAHA!! :-) This was a great and simple This was a great and simple solution for now, I got the kinect working and hiw arms are following pretty well mine. Here is my kinect script if it can help someone, oddly both arms don't have the same values to get him straight... def startkinect(): i01.leftArm.shoulder.map(0,180,-25,105) i01.rightArm.shoulder.map(0,180,-30,100) i01.copyGesture(True) def offkinect(): i01.copyGesture(False) Log in or register to post comments
This was a great and simple This was a great and simple solution for now, I got the kinect working and hiw arms are following pretty well mine. Here is my kinect script if it can help someone, oddly both arms don't have the same values to get him straight... def startkinect(): i01.leftArm.shoulder.map(0,180,-25,105) i01.rightArm.shoulder.map(0,180,-30,100) i01.copyGesture(True) def offkinect(): i01.copyGesture(False)
HAHAHHAHA!! :-)
HAHAHHAHA!! :-)
This was a great and simple
This was a great and simple solution for now, I got the kinect working and hiw arms are following pretty well mine.
Here is my kinect script if it can help someone, oddly both arms don't have the same values to get him straight...
def startkinect():
i01.leftArm.shoulder.map(0,180,-25,105)
i01.rightArm.shoulder.map(0,180,-30,100)
i01.copyGesture(True)
def offkinect():
i01.copyGesture(False)