Next version 'Nixie' is coming soon !

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

We want to find our service quick !  So many services now, who has time to scroll ?
Now in the SwingGui - Search !  (honestly should have done this years ago ;)


Servo Joystick & Arduino seem to work over a remote connection now (mostly) - BoardInfo & DeviceSummary were not serializable (fixed)

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 have been looking for a fitting clock to match with a Mongolian shelving unit,

it needed to be retro so no option...... Nixie Tubes !!!.

Awesome and Amazing ...

Of course I'm curioiusly trying to find the array of high speed digital video cameras for positioning, and curious about the amount of "not on the arm" processing going on ...

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")