Description

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

hi 

thanks greg for ur help we have done some testing using open cv in native python

can u sugguest some filter examples to remove granual noise

some problems we have noted:

1)problems in detecting very dark colour cars

2)unable to maintain a threshold due change in sun direction

 

Hi,
I'm trying mrl on ubuntu and I have some problem with opencv service. When I starting opencv services the mrl is crashed.
In the attached you can find log debug.

my min py works fine but when i o to full py there is no voice control on it....i only have a riht hand and bicep hooked up....is this why????

thanks

Brian

I am using my Windows PC running MyRobotLab with USB connections to the Arduinos. To make InMoov more stand alone any chance of using an Android or Windows Smart Phone to run MyRobotLab and control the Arduinos and if so how exactly can it be done?

Hi,

I get an error if i try to use two webcams tracking . The two webcams start and opencv capture well . But the filters aren't activated . I need help please !!

Thx for your help, i sent a noWorky . There's a lot of Gson errors but all work well exect the tracking .

I think the important error is this one :

today on shoutbox I ask how to get the voice/sounds to stay with scooter and not be on the remote desktop comtputer.  The "GREAT AND WONDERFUL OZ'" , OH, I mean Greg said it was a setting under remote desktop and he is right. you have 3 choices on a windows 7 machine: play on this computer, do not play, play on remote computer. 

Scooter has its voice back, thanks Oz!

life is good

Spent the weekend getting Azul and scooter working on 1.0.107. 

In my last version of MRL I cleared the serial port buffer with:

#would like to clean out serial buffer

def clearbuffer():

  crap = 0

  for i in range(1,100):    

    try:

      crap = serial.read()

    except:

# pass or break next does not work

      print("*")

which does not work anymore in latest version of mrl