Description

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

I'm getting the following, I had to place the following two in the INO, Thank you for any help
 
#include <Servo.h>
#include <Wire.h>
 
--------------------------------------------------------------------------------------
 
Arduino: 1.7.11 (Windows 8.1), Board: "Arduino Uno"
C:\Users\RICHAR~1.RAM\AppData\Local\Temp\build7154419150840489924.tmp/core.a(main.cpp.o): In function `main':

Starting out. very New.

Tested Audio and microphone. When I setup the miccrophone in Chrome as per YT videos there are not the same options as in the older versions (v35....) Cannot get ok google listen option.

This is in response to wkinnes question about how to save your work in MRL.

The best way to save your work is by creating a Python script, because they can be saved. The GUI is good for playing around with as a beginner, but not really a good way to get a permanent result.   

The generic way to start a service from a python script is like this.

arduino1 = Runtime.createAndStart("arduino one","Arduino")

Hello is there a posibility to save data in realtime in AIML?
I spend lot of time by search and write a lot of aiml but if I turn off the myrobotlab and start it again all the data is lost. 
Example:

Hi all can you help me :

My camera ( Lifecam HD 3000 ) is not detected in mrl / opencv

When I start the capture the video widget didnt show up

And open cv give me an error 

Hi ! I have some problems to poll analog pins

Before I used :

right.addListener("publishPin", "python", "publishPin")
right.analogReadPollingStart(1)

def publishPin(pin):
  print pin.pin, pin.value

analogReadPollingStart no worky anymore

 

So I try that :

can someone tell me what "cannot get device id for servo " means? or bad magicnumber 246 or unknown serial event 38.  I open up a new arduino and servo service ,connect the arduino to the correct port I've got MRLComm version 39 installed it lights up green sayin it is connected but doesnt work. I'm using version 1691 myrobotlab.I'm lost on this one,I've tried looking for the answer so now I'm asking for help,Thanks

Hello I have another problem with AIML, i need to start browser but the aiml is starting they say starting google after I say launch browser and nothing is open. I try on many ways, and past few days of writening i can't do the correct code.
Here is the sample code of aiml:
 

<?xml version="1.0" encoding="UTF-8"?>