Next version 'Nixie' is coming soon !

Help us to get ready with MyRobotLab version Nixie: try it !

 

 

 

Virtual InMoov currently works in Blender, but wouldn't it be great if we did not need Blender to display ?
Three.js is an great library for using webgl and displaying 3d models and environments.

In this example, when calling rockOn(), the servos move to the stated positions and then, inmoov says "Rock on".
How do I have inmoov say "rock on" while the servos are moving to position? IS there a way to execute Parallel?
 
def rockOn():       
       leftThumb.moveTo(180)
       leftIndex.moveTo(0)
       leftMiddle.moveTo(180)

in my Sarah startup script found below, the programAB service is called with the parameters aimldir, botname and username.

evertime i download the new version it keeps stopping and never starts up is it windows 10 or a setting that Iam missing

Thanks to alot of help from you all, especially Kwatters, I have been able to control my home automation system using voice commands through ProgramAB and WebSpeechRecognition. 

https://www.youtube.com/embed/uHIAOrRJGyI

Micasa Vera is a very simple and inexpensive Z-wave and Wifi enabled home automation controller, it has a few interfaces available, but the simplest is to use simple HTTP commands. There is a massive amount of information and support available on the Vera Forums and Wiki's here:

Hi,

I've found a  interresting thing, but i need help !

This thing is a .jar that can grab and sort datas from wiki ( wikipedia,wikidata,etc ...) so , coupled with aiml it can be very powerfull !

But for now, i'm just able to collect data from the ID of the page . By exemple, i ask the label of the id "q42" and i get "Terry Pratchett" .