Description

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

I can't connect to an Arduino from MRL. I can program fine from the Arduino IDE (tried both a UNO and a Mega), and they show up in Device Manager. I downloaded MRLComm without any errors. I checked - there are no zombie java platforms running. I rebooted and started over - still no luck. I'm running the MRL version I downloaded from http://www.inmoov.fr/wp-content/uploads/mrl/myrobotlabX64.1.0.107.zip I tried running newer versions of MRL but the audio won't play in them.

I'm running Windows 10 (64 bit). 

I sometimes run into problems when trying out stuff with the servo settings because the slider only updates values when it is attached.

In my case the shoulder servo had a previously set value of ? and was moving up freightingly fast towards my head. Detaching the servo stopped it. But then the slider is not "acitve" and moving the slider in detached mode has no impact on the servo target. This means that when setting the slider to 30 in detached mode and attaching the servo it will still move to its previous value (in my case maybe 90 or more).

Run into the problem that both rotate and shoulder servos got very hot after about 10 minutes power on, funnily only on the left side of my InMoov.

Checked the wiring and found no flaw, then thought of a possible malfunctioning poti.

Although I could not detect any shortcuts or damage I replaced it with another one - and hurray - the continuous small adjustions the servos did before went away (on both of the servos). 

Can't really explain why but might be an option if you run into similar problems

Used latest stl's from Gestalt73 and am in the process of putting the head together

Has anybody a MRL-script that adds the additional servos and moves the head around?

Hi !

i am trying to get the mrl started in eclipse like described here (http://myrobotlab.org/quick_start)
pressing F11 starts opening a 

"[main] ERROR class org.myrobotlab.runtime.ProcParser  - proc data not found - not a Linux system?"

is there an ability to start it on my Win10 Machine? and if, How... Couldn't find something here about changing code for WIn10 on this

public static final String cpuinfoPath = "/proc/cpuinfo";

 

Thanks in advance

Jens

Hello, i'm Bobby, i'm new here and i have a little problem:

Traking service is worky OK, Adafruit16Cservodriver is worky OK but when i try to attach servos tracker.x and tracker.y to adafruit i get a null pointer exception.

Hi,

I've a problem that i didn't understand . I'm trying to learn my robot to count; If i ask him "compute 2+3" he say "5", but if i ask him to compute 2 X 5, he can't, of course, he wait for 2*5 instead of 2X5 .

So this is my function in python :