Next version 'Nixie' is coming soon !

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

I have found this little app from Adafruit to be really handy when I want to ssh into a Raspberry Pi but can't remember the I.P.  Works on most OSs.

This can be annoying when you have a bunch of them as a few of us do. 

Just click on 'Find my Pi' and it will come up with the I.P. for the near-by Pi.  

Use ethernet if it doesn't already have wifi up. 

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.

On the subject of Raspberry Pis - for whoever knows about this:

I use two Megas to run my inMoov with MRL and (generally) Windows.  I am adding some wheels to the base and am considering throwing one of my pi family in there just to run the wheels, rather than use an Arduino Nano or similar.  I might even put a pi-zero in the head for some duties. 

BUT- it now occurs to me that, even though we have a Raspberry Pi service in MRL, the pi is a computer not a micro-controller. 

New Out Of Box (NOOB) is a term used for very new beginners.
We have all been there, and with the alittle help, we learn all the time.
 
This set of instruction is for the new user with very little or no experience with the Raspberry Pi.
Most seasoned experimenters/developers will find these instruction too simple and goes into detail they do not need.
 

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.

It is useful, to wait a finished moveTo() before to launch another. Without using a sleep(x) between 2 actions. because sleep() didn't take care of servo speed .
The magic will worky only if velocity > 0

There are several levels :

1 servo blocking event