Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot stop the head to move while speaking #192

Open
hairygael opened this issue Dec 16, 2018 · 0 comments
Open

Cannot stop the head to move while speaking #192

hairygael opened this issue Dec 16, 2018 · 0 comments

Comments

@hairygael
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant