Next version 'Nixie' is coming soon !

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

Hello all!

Over the past week, I've been working on a little addition to MRL's service capabilities, I wanted to create a Google Assistant service, but the API is in Python (a Java imlementation exists, but it is hard to follow and has far fewer features compared with the Python example). So, to remedy these, I built a Native Python API, called mrlpy. This API currently supports registering as a service, process synchronization, a compatibility layer for scripts written for the Jython interpreter, and proxy service generation.

I wrote to Mats earlier, so he has some background on this already :)
 
 
I think I may have uncovered a small bug in the Adafruit16CServoDriver MRL service.

Hello MyRobotLab community !

I am writing a script to control my 6DOF robotic arm with arduino through my laptop. you WinXP 32bit / Python 2.7

The script that i try to make run gave a number of errors, but now just one remains.

"Bad magic number"

Arduino board is a clone Robotdyn UNO CH340.

Can someone take a look at it and say if something is wrong ?

PS. Some comments are in roumanian but the code is comprehensible enough, I think :)

PS #2. 90% of the script is taken from examples.

Thank you very much !

Hello everyone!

I would like to implement an OSC server on myrobotlab. I wanted to use the java oscP5 library in the jython service.

So far I tried to put the .java files frome the src folder of oscP5 to the src folder of myrobotlab.

And the .jar frome the library to the repo. Is it supposed to work?

Thank you for your time.

Here is the link to the library:
http://www.sojamo.de/libraries/oscP5/

So  One of my new years resolutions was to add some deep learning support in MyRobotLab.  Reality is, this is a big topic and covers many aspects, but at the end of the day I boil it down to this.

Hello everyone.

I had a problem with the service remoteAdapter which did not work because the nettosphere dependency was missing, so i tried to rebuild myrobotlab from travis's build to add it myself. Once myrobotlab is built I cannot install any of the services because all the dependencies can't be resolved. (I'm connected to the internet)

Is it possible that apache ivy is the problem? (I have some difficulties to install it)

Otherwise is it possible to build it with the services pre installed? Or to install them manually from the repo?