dogecv / DogeCV

FTC Vision Library
https://discord.gg/colton
GNU General Public License v3.0
68 stars 64 forks source link

Errors with 'Dogeforia' and its associated classes #8

Closed Flashman2000 closed 5 years ago

Flashman2000 commented 5 years ago

Imports statements in 'Dogeforia' aren't working. Problem was resolved by moving Dogeforia to TeamCode

victoryforphil commented 5 years ago

This appears to be an issue in which DogeCV isn't properly implementing FtcRobotController. Looking into this now.

victoryforphil commented 5 years ago

Looks like I managed to fix this is 2018.1 by directly importing the RobotCore lib. Until the official release please either move Dogeforia to TeamCode or Change dependencies under the DogeCV build.gradle to this:

dependencies {
    implementation fileTree(include: ['*.jar'], dir: 'libs')
    implementation project(path: ':openCVLibrary3')
    implementation (name: 'RobotCore-release', ext: 'aar')
}
lindenrobots7031 commented 5 years ago

I had the same issue - bunch of errors with dogeforia. Moved it to teamcode and that took care of it.

lindenrobots7031 commented 5 years ago

Ahh. I just saw you closed it, I guess should have refreshed my browser window before commenting, since it looks like found the issue. Thanks for the all the work on this! We are hoping to use it this year.

victoryforphil commented 5 years ago

@lindenrobots7031 Yea however if my fix doesn't work ill reopen it.