Description

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

I'm probably doing something wrong, but when I run the script below the responses from the programAB in the webgui are different to the one in the Swing interface. The swing interface is my bot Ozy, the webgui one just gives me default responses.

I am writing here beacause i think it's more long lasting than the shoutbox and could be helptful for others:

The script with the new build:
 

Given that MRL knows all my movement commands and servo angles - it should theoretically be possible to set the eyes/head to follow or point to the left or right hand position? Or is this already available?

There is a nice little python package called simplegui to make it easy to interact with the python code with a nice ui.  Is there a way to add this library to my local copy of the python in MRL so that i can use it here?

Hello everyone sorry for my English
i want to track a ball like (alesandro tutorial) i use mrl and python but when i add the code in python i have this error Traceback ( most recent call last)

this is the code tracker = Runtime.createAndStart("tracker","Tracking")
tracker.setRestPosition(90, 90);
tracker.setSerialPort("COM3");
tracker.setXServoPin(3);
tracker.setYServoPin(11);
tracker.setCameraIndex(2);
tracker.initTracking();
tracker.initControl();
tracker.initInput();
tracker.trackLKPoint();

Hi 

I'd like to connect my laptop with MRL to a Sabertooth 2x25 Motorcontroller and controll it with MRL. But i dont know how to do it exactly. 
(Furthermore is it possible to send Wii nunchuck extracted Data from an arduino to MRL? In From of an array.)

Thx for your help. =)
 

I'm sure I should be able to work this out, I want Inmoov to run different functions depending on the key pressed on the computer keyboard. I can start a keyboard in python, but can't work out how to respond to  key events.

Hello Guys,

Could you help me install the webgui services?

When I try to install I received

64202 [runtime] ERROR class org.myrobotlab.service.Runtime  - error unresolved dependency: org.java_websocket.websocket#websocket;1.2: not found

 

I used: