Hello Guys,

Could you help me install the webgui services?

When I try to install I received

64202 [runtime] ERROR class org.myrobotlab.service.Runtime  - error unresolved dependency: org.java_websocket.websocket#websocket;1.2: not found

 

I used:

  • mrl 1.0.119
  • Linux rspi 4.1.7-v7+ #817 SMP PREEMPT Sat Sep 19 15:32:00 BST 2015 armv7l GNU/Linux
  • root@rspi:~/mrl# update-alternatives --config java

Są 2 dostępne alternatywy dla java (dostarczające /usr/bin/java).

  Wybór       Ścieżka                                            Priorytet  Status
------------------------------------------------------------
* 0            /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/bin/java   318       tryb auto
  1            /opt/jdk1.8.0_60/bin/java                             1         tryb ręczny
  2            /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/bin/java   318       tryb ręczny

 

 

kwatters

8 years 5 months ago

Hi Darek, 

  It looks like you're using a ras pi?  maybe a ras pi 2 ?  I think it's probably best if you try the latest QA release (built from trunk). 

The latest release is here:

http://mrl-bucket-01.s3.amazonaws.com/myrobotlab.jar

More info about the QA testing & stuff is here:

http://myrobotlab.org/content/qa-countdown-release

Maybe you can test it out and let us know if it's worky for you!

Thanks,

  -Kevin

 

Alessandruino

8 years 5 months ago

Yep.... As Kevin says you should use latest mrl version, you can download at the link he posted...

But before "installing" the new one do this :

1) delete the old myrobotlab folder where you installed it

2) delte the .repo folder which is in the main folder of your raspi ( if you can t see it, use ls -a command )

3) make a new, shiny folder and put the "latest jar" in

4) install webgui service

Hope it helps, let us know

Alessandro

Thx guys,

With latest QA release webgui is working on my rapsbery pi 2, but appear me some questions (;

1. Is there any chance to autostart webgui  with  python script ?

2. I notice that new QA Arduino service doesn't see me arduino port.

but system recognize arduino correctly.

DMESG:  1-1.5:1.0: ttyACM0: USB ACM device

root@rspi:~# lsusb

Bus 001 Device 005: ID 2341:0001 Arduino SA Uno (CDC ACM)

3. I'm going to install opencv '2.4.10'  base on this tutorial

 should work with this QA?

 

ps.

ad 3. opencv 2.4.10 don't work with latest QA relase in my rspi:

Caused by: java.lang.UnsatisfiedLinkError: no opencv_core in java.library.path
 

Good news is, yes you can start the web gui by default from the command line.

On the command line you can specify a list of services (and their names)  

Try starting MRL with the following command:
 

  • java -jar myrobotlab.jar -service webgui WebGui
That says start a service named "webgui" that is of type "WebGui"  
 

also, the arduino will require to be programmed with the code from the arduino service from the QA release.  (it's updated since 1.0.119)   so re-program the Arduino with the code from the latest release and it should be ok )

Lastly, opencv might not be worky on the the ras pi / arm 7 yet.  Maybe if i have some free time tomorrow I can test it out to see what's missing.

 

Hope that helps!  Thanks for helping us test.

 

 

  • good news is that webgui command line is working for me - thx (;
     
  • bad news is that arduino upgrade didn't resolved my problem with "QA release v769 not recognized USB serial port".
root@rspi:~/mlr# dmesg |grep tty

[    0.195186] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev2
[    0.700370] console [ttyAMA0] enabled
[    4.112828] cdc_acm 1-1.2:1.0: ttyACM0: USB ACM device

root@rspi:~/mlr# dmesg |grep Arduino
[    3.189198] usb 1-1.2: Product: Arduino Uno
[    3.195309] usb 1-1.2: Manufacturer: Arduino (www.arduino.cc)

 

mrl log:

12:57:27.964 [adru2.serial] ERROR c.myrobotlab.framework.Service - adru2.serial error NoClassDefFoundError jssc/SerialPortEventListener
12:57:27.969 [adru2.serial_outbox_0] DEBUG c.myrobotlab.framework.Outbox - no static route for adru2.serial.publishError
 
  • I also can't send "not worky" wit my rspi2 - I received message: "could not send log file"

I suspect that you did not start with a "clean" install.

When you run and install MyRobotLab, it caches a bunch of files in a hidden directory in your users home directory.

if you do   "ls -a"   in unix it will  show the hidden files.   Filenames that start with a period "."  are "hidden"

I recommend you start with a clean download of the "myrobotlab.jar"  place it in a new directory 

but before you start, make sure you delete that temporary  ".repo"  directory that gets created.  This directory is likely caching some data from when you installed 1.0.119...

remember, the ".repo" directory is in your home directory.

"ls -a ~/"   will show all files and directories in your home directory.   you must first run

"rm -rf ~/.repo"   before you try to install the QA release.

Hopefully that will resolve your issue.  I use the QA release of MRL on my RasPI 2, so I would hope/expect it should also be worky for you too.

 

Good luck!

  -Kevin

 

 

Darek

8 years 5 months ago

In reply to by kwatters

Kevin, followed your suggestion, I clean once again  mrl and .repo directory. I've made new install myrobotlab.jar from you link but problem still the same. But !!!

Early, the connection to the  arduino was working on old mrl. In the meanwhile I installed opencv and make rpi-upadte to
Linux rspi 4.1.10-v7+ #821 SMP PREEMPT Sat Oct 10 00:16:28 BST 2015 armv7l GNU/Linux

maybe this rpi-update caused this problem. Could you check on your RASPI2?

Also, could you tell me which way I could  send you logs?

Hi Darek, 

  I just tried a clean install.  I downloaded the latest QA release.  I removed my .repo directory.  I put the mrl into a new clean directory    ~/mrl_dev.    

  I then started it up, installed the arduino sevice.  restart MRL so the install took effect.  

And I was able to connect to the arduino.  I suspect something isn't quite right.  The class not found error that you are seeing should be provided by the file 

./libraries/jar/jssc-2.8.0.jar

If you installed everything correctly, you should have that file inside your libraries/jar folder of your MRL install.  If not, something is goofy.  

For reference, MRL is downloading these jar files and dependencies from  https://github.com/MyRobotLab/repo/tree/develop/com.googlecode.jssc/2.8…

You could try just grabbing the jssc jar file from that link   (use the "raw" link to download the binary file)  and put it in your libraries/jar directory...    but I suspect you probably don't have the latest release or something else happened.

When I start MRL, I was just using  the simple command line   "java -jar myrobotlab.jar" on the RasPI2.  I was not using the WebGui.  Not sure if that makes the difference here.

 

Good luck!

  -Kevin

 

 

bingo (;

./libraries/jar/jssc-2.8.0.jar  - This is what exactly  I needed. Now my mrl QA recognize arduino port correctly.  Thank you.

I don't now way install new mrl did't created this file. Also I tried install mrl on windows machine and file wasn't create too.

Once again - thank you.

PS.
I will ask you about  my opencv investigation (; 

 

Alessandruino

8 years 5 months ago

In reply to by Darek

Ehi Darek..there was a problem with repo (develop branch) about opencv on raspi.... Look in your libraries/jar folder and a opencv-linux-arm.jar should be missing...

I fixed the repo stuff.... so if you want you can delete all over again and reinstall all , or just download the file and put it in the /jar folder :

https://github.com/MyRobotLab/repo/blob/develop/net.sourceforge.opencv/2.4.10/opencv-linux-arm.jar

To make it worky you should follow this till step 5 of this guide, it will install the opencv dependencies, like if you are going to recompile it, but you 'll stop at step 5 :

http://www.pyimagesearch.com/2015/02/23/install-opencv-and-python-on-your-raspberry-pi-2-and-b/

 

let us know

Ale

Ale, You are right.  The opencv-linux-arm.jar was missing. So I clean all directory and install mrl once again.

The missing file  appeared!

After that I make 0-5 steps of the tutorial. Start  opencv but video didn't appeared.

In log file I found something as:

 [runtime_outbox_0] DEBUG c.myrobotlab.framework.Outbox - no static route for runtime.createAndStart
19:57:18.735 [cv2] INFO  c.myrobotlab.framework.Service - adding addListener from cv2.publishState to gui.getState
19:57:18.737 [cv2] DEBUG c.myrobotlab.framework.Outbox - msg [msg cv2.addListener --> .addListener() - 1445536638737]
19:57:18.739 [cv2] DEBUG org.myrobotlab.framework.Inbox - cv2.msgBox -1 2
19:57:18.739 [cv2_outbox_0] DEBUG c.myrobotlab.framework.Outbox - no static route for cv2.addListener
 

 

 

I just tired a clean install on my ras pi 2 , i also do not see any video.  Basically, I see the following two log messages, then nothing.

 

20:24:52.978 [cv1_videoProcessor] INFO  c.myrobotlab.opencv.VideoProcessor - attempting to get frame grabber org.bytedeco.javacv.OpenCVFrameGrabber format null
20:24:53.003 [cv1_videoProcessor] INFO  c.myrobotlab.opencv.VideoProcessor - using org.bytedeco.javacv.OpenCVFrameGrabber
 
I suspect the opencv jar that is checked in might be for the ras pi 1   (arm6)   not the ras pi2  (arm7) processor.  
 
I'll hunt around , mebbe i can find the arm7 stuff out there..
 

no worky );

I found this:

root@rspi:~/mrl# cat agent.log |grep ERROR
00:05:14.715 [main] ERROR c.myrobotlab.framework.Service - python error java.lang.NullPointerException
00:06:16.463 [cv3] ERROR c.myrobotlab.opencv.VideoProcessor - getFilter could not find  filter
00:06:16.464 [cv3] ERROR class org.myrobotlab.service.OpenCV - invokeFilterMethod  does not exist
 

A list of other dependencies which may be required :
sudo apt-get -y install libpng12-0 libpng12-dev libpng++-dev libpng3
sudo apt-get -y install libpnglite-dev libpngwriter0-dev libpngwriter0c2
sudo apt-get -y install zlib1g-dbg zlib1g zlib1g-dev
sudo apt-get -y install libjasper-dev libjasper-runtime libjasper1
sudo apt-get -y install pngtools libtiff4-dev libtiff4 libtiffxx0c2 libtiff-tools
sudo apt-get -y install libjpeg8 libjpeg8-dev libjpeg8-dbg libjpeg-prog
sudo apt-get -y install libavcodec53 libavcodec-dev libavformat53 libavformat-dev libavutil51 libavutil-dev libswscale2 libswscale-dev
sudo apt-get -y install libgstreamer0.10-0-dbg libgstreamer0.10-0 libgstreamer0.10-dev
sudo apt-get -y install libxine1-ffmpeg libxine-dev libxine1-bin
sudo apt-get -y install libunicap2 libunicap2-dev
sudo apt-get -y install libdc1394-22-dev libdc1394-22 libdc1394-utils
sudo apt-get -y install swig

no -worky (:

root@rspi:~/mrl# cat agent.log |grep ERROR
09:44:40.091 [main] ERROR c.myrobotlab.framework.Service - python error java.lang.NullPointerException
09:45:15.433 [ocv_videoProcessor] ERROR class org.myrobotlab.logging.Logging - ------
 

 

Also, I loss working opencv in python environment.

 File "test_video.py", line 5, in <module>
    import cv2
ImportError: No module named cv2

 

so.. I think that good idea could be share same custom rspi_mrl.img for user raspberry pi where mrl will be installed perfect (;  or use a docker container for rspi. Pls, consider this possibility.