View Single Post
  #6   Spotlight this post!  
Unread 21-01-2017, 19:17
RushAHead RushAHead is offline
President and Pun-Master
FRC #3103 (Iron Plaid)
Team Role: Electrical
 
Join Date: Jan 2015
Rookie Year: 2014
Location: Texas
Posts: 7
RushAHead is an unknown quantity at this point
Re: GRIP Full of Errors

We do C++, but it's still in Eclipse.

Did you export your code to Eclipse or copy in the code from a separate file? I had an issue earlier today with an imported file being corrupt and not recognizing anything (also refusing to even consider building), so I copied and pasted into a new project created from a random WPI-provided sample project.

In the new file, make sure your includes follow actual paths. You'll probably have to comment out/ remove the "#include <opencv2/contrib/contrib.hpp" unless you can find the folder. I was unable to, and commenting it out seems to have worked.
Reply With Quote