![]() |
GRIP implementation into robot code
Our team is attempting to use GRIP to process vision, when we generate the code and implement it into our robot code eclipse has no errors with openCV however when the code is compiled the compiler prints this:
Code:
[javac] C:\Users\2472\workspace\Something-Creative\src\src\Pipeline.java:35: error: cannot find symbolAm I implementing GRIP incorrectly or is there a way to fix this issue? |
Re: GRIP implementation into robot code
You need to add the OpenCV jar as a user library in build.properties, it won't work if you only add it as a normal Eclipse dependency.
The easiest way to do it is to put the jar in ${user.home}/wpilib/user/lib (for you, C:\Users\2472\wpilib\user\lib\opencv-java-3.1.0.jar) and add that jar as an Eclipse dependency Your build.properties file should then have the line Code:
userLibs=${user.home}/wpilib/user/lib/opencv-java-3.1.0.jar |
| All times are GMT -5. The time now is 09:35. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi