Here's the full script for this video. I put together a bunch of scripts to make it. A couple of the scripts were written by Gael and Jhack. It's in version 1695. (I started it quite awhile ago). If you are planning to use this script - Please consider donating to the InMoov project.
This video could be use for introducting the InMoov project at Makerfairs and in schools.
Have fun with it.
def whatcanido():
sleep(10)
mouth.speakBlocking("people ask")
mouth.speakBlocking("what can I do?")
sleep(.1)
mouth.speakBlocking("Well, I can do what ever Bob programs me to do")
sleep(.3)
inMoov.moveHead(94,90)
inMoov.setArmSpeed("left",.9,.9,.9,.9)
inMoov.setArmSpeed("right",.9,.9,.9,.9)
inMoov.moveArm("left",19,103,69,30)
inMoov.moveArm("right",35,100,50,34)
inMoov.moveHand("left",0,0,0,0,0,28)
inMoov.moveHand("right",0,0,0,0,0,148)
mouth.speakBlocking("For example, I can welcome you with open arms")
The script for "InMoov What can you do?"
Here's the full script for this video. I put together a bunch of scripts to make it. A couple of the scripts were written by Gael and Jhack. It's in version 1695. (I started it quite awhile ago). If you are planning to use this script - Please consider donating to the InMoov project.
This video could be use for introducting the InMoov project at Makerfairs and in schools.
Have fun with it.
Hi Bob, GREAT WORK !.. You
Hi Bob,
GREAT WORK !.. You certainly have a finesse for creating great scripts & videos. Thanks for the MRL plug too :D.
And for sharing your great work.
I'm going to check your script into the repo. The repo is nice because it supports revisions, and syntax highlighting through the web pages.
Chatbot will work, except the speech recognition is an issue :
I can think of several possible solutions :
Did you have any other ideas?