Getting started with myrobotlab - Having problems? Ask the nice people here.
Hi Grog,
I was having trouble with the Arduino service seeing my arduino. I am running Win 7 Pro 64 bit, MRL 14.9, and Java Hotspot 64bit. Attached is the log.
Getting started with myrobotlab - Having problems? Ask the nice people here.
Hi Grog,
I was having trouble with the Arduino service seeing my arduino. I am running Win 7 Pro 64 bit, MRL 14.9, and Java Hotspot 64bit. Attached is the log.
Sed is trying to get Sphinx to work in MRL so this is a starter post to get the bits put together :)
Well Sed,
I'm working on the trunk - I'm "guessing" that you are using one of the python scripts and its not working - in fact its throwing an error... I'll look at the other posts and get the info & try what I have here...
I am using the roomba service--
Great Idea you have come up who ever started this project. I was pretty sure that some one will put the pieces together sooner or later!
I download it myrobotlab and loaded it up into Eclipse. No errors in libraries except one in the main folder, it has a little red X there. Am I missing some other libraries? May be from openCV?
Also when I click on the .sh file or sh through the terminal it would not load up anything.
Congrats on your project, I am sure it is big step bringing closer Humans and machines.
Greetings!
So the current install guide: http://myrobotlab.org/download1 is a little out of date. There's no thirdparty.zip to be found, and from what I've been able to gather it's no longer required. I have java installed, but nothing in the downloads section: http://code.google.com/p/myrobotlab/downloads/list does anything when I run it. The myrobotlab.bat sets up some PATH envars to folders that don't exist, and nothing happens. If I run java instead of javaw, I get "Error: Could not find or load main class libraries.jar.jgraphx.jar" in console.
Hello,
Right now I have it so that if Jython receives a call to "input", it will send a message back to MRLClient. Is there a way to generate a message in Jython and send it to MRLClient without MRLClient sending a message first?
Thanks.
I was trying to test the arduino service in 14.7 today but had a problem. When I right clicked the service, it said to downlaod it. After downloading, it has some kind of error because it said I would have to download it again. I. Get this same erros each time I attempt to create an arduino service (even after resterting MRL) I also attempted running update.bat but it literally did nothing. If needed I can give more info on the error and what happens wheni run update.bat from the command line tomorrow. I will also test it on both linux and mac and update you on if those work.
I have a class keyPressed
private void formKeyPressed(java.awt.event.KeyEvent evt) {
switch (evt.getKeyChar ())
{
case 'a':
{
Bkiri.setBackground(Color.red);
Hello!
I want to control a Pic microcontrolor but i dont know how to create a servo for Pic and howa can i use it from Myrobotlab interface
can u help me on that plz
I dont from where to start because i am facing so many problems.
I am unable to communicate with my both Zigbee modules.
I am using arduino mega 2560 board and trying to make a line follower, obstacle avoider and object follower.
In the sensors i am trying to use CMOS camera ( 20 pin image sensor) but i dont know how to connect with my arduino mega 2560 board cause i dont know the pin configuration of it.
Please help me with my zigbee problem and CMOS camera problem from the very basic.
advance thanx !!!!