|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#5
|
||||
|
||||
|
Re: GRIP Deploy Not Working
You need to set the "LD_LIBRARY_PATH" environment variable to have the directory you put the ntcore libraries. You can do this either by the method on the wiki:
Code:
$ env LD_LIBRARY_PATH=/home/pi/vision/grip:$LD_LIBRARY_PATH java -jar ... Code:
export LD_LIBRARY_PATH=/home/pi/vision/grip:$LD_LIBRARY_PATH |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|