Description

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

Dear Inmoov Team,

My self sunil from INDIA - MAHARSTRA - PUNE .

We buit all the stl file and attached all head part right now ( other part are printed and ready for fitting). we connect all servos of head and arduino MEGA and UNO.

all functioning well with Myrobolab commnnd.

But when we say " play music " the bot say seraching file and srarting service but it will not run any mp3 file.

also we highly appriciate if Hindi Translator add in the total program..

Hi,

Is it possible to have a Wifi signal strenght level with mrl ? (for example -60dBm)

like value = Runtime.getWifiLevel()

Thank you.

Dom.

Hi Grog

Just saw in the shoutbox that you are working on distributed computing now.

Do we have a status of openCV?

At least the swing gui in version 2398 does not work for me,. Looks like a problem with window sizing as I can not get to the filter list on the screen.

Hello,

I have a problem with tracking service in MRL. I uploaded the last available pyton script (.txt attached below), but i have errors like this:

Traceback(most recent call last): File string line 16 in ModuleAttributeError: org.myrobotlab.service.Servo object hs no attribute as setPin....

Someone can explain me how to proceed or can provide me with an updated pyton script?

 

Realizing how many script lines we have that use set<xx>Speed I thought of a workaround for the deprecated speed setting.

I am replacing all "i01.set<xx>Speed(...) in all py files with a call to set<xx>Speed() function.

I have added gesture files named set<xx>Speed for the parts that look like this:

def setArmSpeed(side, b, r, s, o):
  i01.setArmVelocity(side, b*15, r*15, s*15, o*15)

where 15 is the maxVelocity of the sub parts.

Hello

If I run on Mac OSx start_inmoov.sh crach myrobotlab! (Terminal sh start_inmoov.sh)
MRL 1.0.2386
Here the log file

================================================================

Hi All,

Inmoov work fine on the PC tablet.

I want to test the same version of mrl (1.0.2336) on my Mac, but the .bat don't work on mac. Can you explain to me how i can do that ?