Hi,

I'm managed to run the webGui as mentioned in the github examples for the webGui.

But I don't understand who to lunch the angular web gui has seen in this video and this tutorial (but it only shows how to run it. in the WebGUI.java I've found "api-type must be (services | messages), please refer to http://myrobotlab.org/content/myrobotlab-web-api for details" yet the link is down.. 

Is there a tutorial I missed? or someone could kindly help me plz?

Regards

GroG

8 years 4 months ago

Hi Avi and Welcome...

To start with you'd need the latest build  - this link is above the shoutbox and always is pointing to the latest build of MRL..

To keep things in sync too, you want to delete your C:\Users\(name)\.repo directory too, before installing the services of the latest build.

Hope that makes sense..

Hi,

TY.

When you mentioned the static folder i guessed this is my problem & fixed the locations of the resources in the code so it will fit my folders structre. [I cloned the github yesturday so I guess I'm in the latest + changed only the static folder location to: .resource("D:\\Inmoov\\Code\\MRL_repo\\myrobotlab\\src\\resource") ]

So now I'm able to access the http://127.0.0.1:7777/index.html 

But I can't activate anything both http://127.0.0.1:7777/services and http://127.0.0.1:7777/WebGUI/myrobotlab.mrl return 404 page not found. 

Yet when I change to http://127.0.0.1:7777/api/services  I do get a small list in json, after I run 
http://127.0.0.1:7777/api/services/runtime/start/arduino/Arduino
Than http://127.0.0.1:7777/api/services  I got huge json with pins etc' 
But still couldn't connect to a anything without the /api/ 

Why can't I access the http://127.0.0.1:7777/services nor the http://127.0.0.1:7777/WebGUI/myrobotlab.mrl?

What did I missed?
 
 
Best regards.
 
 

Cloning the source is only useful if you want to "change" the code ...

I think you just want to run the "latest" WebGui

This video shows how to do that step by step - hope it helps

Thank you again!

I was managed to get the webgui to work when followed the video you sent. 
Connecting was very easy yet I wasn't able to start a servo service, it opened the gui for it but there was no way to controll it. 

I do intend to add some features soon [just never coded in java]

Could you kindly direct me to a tutorial about:
1 . Adding services
2. How to  add section to the gui which could controll the the servos
 

Yes a "no tutorials read the code is OK" as well I just started :) 

Hit F-5 - and the webpage will refresh ... not all services pop guis..

If you learn how to update, it will help you in the long run.

You can update by stopping mrl, download the new jar from the same link and replace existing one, restart.

Servo gui looks borked .. there is lots of stuff happening, we'll take a look..