Description

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

Hi,
 
With the new version, this code doesn't work.
 
  MrlMsg msg(PUBLISH_CUSTOM_MSG);
  msg.countData();
  int i=0;
  while (mrlComm.getCustomMsgSize()){
    int x = mrlComm.getCustomMsg();
    //MrlMsg is the class that build message to send to MRL
    msg.addData(x);
    i++;
  }

I am having trouble getting the downlaod for MRL opened, and i have tried to open it on my mac as it is the only computer i use, and the download will not open. Ihave tried many different versionsand none of them seem to work.

How can i fix this

please help

thanks

See the bold? But that path and file DO EXIST under my ../mrl/ and ../mrl/lab/
so why the error? and how to stop it?
 
17:01:49.757 [python] INFO c.m.s.Python [Python.java:533] exec(String) 
from org.myrobotlab.service import Serial
arduino_serial = Runtime.getService("arduino.serial")
 
 

I am searching for a couple of days now. Where can i find wich opencv plugin, like floorfinder, outputs wich value? I used the roborealm floorfinder plugin before and that outputs the highest pixel within the selected "floor" area. Does the myrobotlab plugin work the same?

I got this 3 yr-old code for OpenCV to track a face and send the coordinates to an Arduino. I've confirmed that my Arduino is using com3. But as stated above, I'm getting a Name error telling me that 'serial' is not defined and so won't establish a connection to com3. I'm way too inexperienced with MRL to know how to chase down the serial function, so I'm asking for help.

Hey everyone! Excellent site! I'm a Python/Java newb in need of help. I just installed the current MRL and the latest Java (9). I tested the Opencv face-tracking on the GUI interface and it tracks my face fine on my built-in laptop camera.

i try to control the finger starter,but there is no arduino scrips under the arduino tab of myrobotlab GUI. the arduino hardware and the servo is connected well and the servo can controlled under the servo tab.  i need your help, thank you.