Description

Getting started with myrobotlab - Having problems? Ask the nice people here.

My last request somehow did not work out how to make the jaw move.

Anybody with a script that works with version 1412, webkitspeechrecognition and programAB?

In Harry's (Kevin's bot) script I did not find mouth control

I have a problem with matching patterns that contain Umlaute (vowel mutation) with my InMoov.

In my bot's swing gui tab I can enter e.g. "löwe" or "loewe" (Lion, I  want to hear it roarrrrr)

"loewe" does match with the pattern "LOEWE" however "löwe" does not match with "LOEWE" nor "LÖWE" (ö uppercase) nor "LöWE" (ö lowercase)

Hi everyone,

I have had no problems with speech, but I have a lot of problems with Arduino. I can not get the servo to work. so I changed over to Eclipse and I am still having problems. I have sent a no-worky.

If some one could help me that would be great.

Thanks

BC

I have posted before about the example scripts not working and here I am again - another wasted weekend and broken parts for my InMoov.  

Having problems getting this working. Using the scripts on this site and elsewhere. Using 1412.

 

Trouble seens to be here.

Hi guys, i just sent a no-worky. I have downloaded mrl 10.0.1412 I have done this before with no problems.

When I start mrl and then start arduino I get the following message MRLCOMM.INO responded with version 35 expected version is 34. Can you tell me what I am doing wrong?

Thanks

BillC 

Had this once working but not anymore and can not see the reason

I run the following minimal script and the mouth is not moving (I can move the mouth manually with the [swing]i01.head.jaw servo page servo control)

i01 = Runtime.createAndStart("i01", "InMoov")

mouthControl = Runtime.createAndStart("mouthControl","MouthControl")
mouthControl.setmouth(50,70)

Trying to use the webgui on my Android tab with webkitspeechrecognition I see the recognized word in the webgui but it looks like this is not recognized by programAB (I do not have an answer for that). Running the webgui on my PC works fine but I wanted to use the tablet to be more mobile.

I also encounter sometimes veeeery long delays after speaking a word until it gets recognized.

Using 1412 for this.

Hello everyone,
Excuse me in advance because my English is not very good
I start with Myrobotlab, I'm a beginner

Hi all ! I have a litthe problem. Is it possible to take control of chrome.exe process ? To load tabs or kill the process.

This is the trick I do , but it's not cross plateform, it works only if chrome was not previously loaded. and it's not clean :

#OPEN CHROME

proc1 = subprocess.Popen("%userprofile%\AppData\Local\Chromium\Application\chrome.exe", stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
webgui.startBrowser("http://localhost:8888/#/service/i01.ear")

#OPEN NEW TAB