Quote:
Originally Posted by bankst
I had this issue too. The Deploy page won't properly run GRIP, you have to use a custom script to do it. On this page it has this command:
Code:
$ env LD_LIBRARY_PATH=/home/pi/vision/grip:$LD_LIBRARY_PATH java -jar /home/pi/vision/grip/grip.jar /home/pi/vision/grip/project.grip
Replace any paths with the proper ones for your set up, and make sure you have the libntcore.so and libstdc++.so.6 in there. This worked for me, but I'm switching to straight OpenCV for other reasons. Hope that helps.
|
Having a similar problem. Are you saying the GRIP deploy window will never succeed on the pi (at least until GRIP is patched)? After the deploy operation, is GRIP ready to run on the pi?