Description

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

Arduino: 1.5.8 (Windows 8), Board: "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"

sketch_jun13a.ino:122:20: error: variable or field 'publishSensor' declared void

sketch_jun13a.ino:122:20: error: 'sensor' was not declared in this scope

sketch_jun13a.ino: In function 'void updateSensorsNew()':

sketch_jun13a.ino:1050:20: error: cannot convert 'sensor' to 'int' for argument '1' to 'void publishSensor(int, int, int, int)'

Error compiling.

 

Hello all, 

my name is Pedro. Im having such a hard time using MRL xD, im trying to run the latest stable version which i couldn't even understant which one is it.

I have been facing severall dificulties and probably some other people are facing the same dificulties than me!

 

So first one, is it only needed a myrobotlab.jar file to install all the dependencies for the MRL?

Hi

I created a WebGui for the Adafruit16CServoDriver. Since I'm not good at GUI development, I used copy/paste programming, using the ServoGUI as a template. 

Most of it works ok, but I found a problem that I don't know how to solve.

The problem is that the dropdown list with available services gets populated with the same values in both the ServoGUI and the Adafruit16CServoDriverGUI. The values are different depending in what order I start the services.

It is amazing how hard it is to get some things to work in MRL.

My PIR code works on the bench using a mega board on digital pin 12.

You see on a mega board and using pin 12:

14:38:43.836 [COM8.portListener 1] INFO  class org.myrobotlab.service.Arduino - Publish Pin: {

  "pin": 12,

  "type": 2,

  "value": 0,

  "source": "arduino"

And when the PIR is triggered you see:

Hi, I just I am new to MRL. I just downloaded the latest version from https://github.com/MyRobotLab/myrobotlab/releases

But I seem to be having an issue when trying to install webGUI, I get the following error

:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

ERROR Runtime: error unresolved dependency: org.java_websocket.websocket#websocket;1.2: not found 

Hi! I am pretty new here. I am able to start MRL and run ProgramAB, but I am clueless as to how I can 'hook' it to anything outside MRL.

Can someone point me out on how would I be able to connect a python, php, js script to my MRL in order to 'send' something to the ProgramAB service and 'get' the response back?

Excuse me if this is too basic, I couldn't find the docs about it.

 

Thanks in advance! 

Hey guys

This week-end I try  my inMoov with the lastest build (1355 at that time) and it was not working

Everything seem fine with MRL (no errors messages) but everything that connect to the arduino where not responding (servo, neopixel ring, PIR sensor).

For the servo to work, I have to detach and attach them again and then they work without any further problem.

I am not able to get the Speech service working. Even after installing the default proxy backend MarySpeak

I am getting mary packages not recognized. Is the speech functionality working in the latest build.Please guide me on this.