In Preperation for the 'Little Teapot Song'

 

hairygael

9 years 6 months ago

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)