Torso work around in script .. until I have time to get back to it ...
i01 = Runtime.createAndStart("i01","InMoov")i01.torso = Runtime.createAndStart("i01.torso","InMoovTorso")i01.torso.arduino = Runtime.createAndStart("i01.left","Arduino")i01.torso.arduino.connect("COM4")i01.moveTorso(10, 10, 10)
You can add other pieces .. arms, hands etc.. as you would normally . and gestures "should" work
i01 =