I am creating a service for our "EduBOT" project within myrobotlab using the necessary services. And use the mrl to teach robotics and programming classes in Engineering at UFRGS-BR. We are developing the service so far.
Do not want to use the interface "gui" for the moment. When I run the Runtime class does not want to start "gui" tab ... What would be the easiest way to do this?
I tried to go into Debug Configurations: -service gui GUIService -logToConsole, myrobotlab.bat and GUIService class. But not resolved!
Is this the way to do this?
Hello Carlos Great project
Hello Carlos
Great project !
You are trying to start MRL through Eclipse ?
These are my configurations :
The -Djava.library.path is for native code - Arduino & OpenNI will need that too.
Interface "gui"
You can start or not start
You can start or not start any service you want.
But if you want a GUI to show, you will need to start the GUIService.
I think I'm beginning to understand what you want.
Here are some basic concepts of MRL which should make it easier to understand:
I think what you want to do is just hide the gui tab.
I think he actually wants to
I think he actually wants to start runtime and some other services (one of which he is creating for his specific robot project) but he doesn't want GUIService or WebGUI. I'm guessing he's putting it on a robot with no display.
if thats the case then the
if thats the case then the parameters would be
-service edubot EduBOT
its always Runtime will always be the first service started regardless of what is specified.
its always -service <instance name> <Service Type>
e.g. for 3 edubots and once Python service to control them all
-service edubot01 EduBOT edubot02 EduBOT edubot03 EduBOT python Python
Service EduBOT