MyRobotLab / InMoov

inmoov repo
http://myrobotlab.org
87 stars 64 forks source link

Cannot stop the head to move while speaking #192

Open hairygael opened 5 years ago

hairygael commented 5 years ago

Hello Anthony, I tried to modify the capture gesture to avoid the head to move during speaking but unfortunately it seems to not work. Idealy would also to avoid the jaw to move during the capture. I modified the AIML to correctly call this modified gesture instead of calling the i01 method.

def captureGesture2(): RobotCanMoveHeadWhileSpeaking=False sleep(1) i01.mouth.speakBlocking("I am capturing this gesture") i01.captureGesture() RobotCanMoveHeadWhileSpeaking=True