dogecv / DogeCV

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

AsyncFilterRunner missing from 2018.2 Release #12

Closed jefflscott closed 5 years ago

jefflscott commented 5 years ago

Line 7 in SamplingOrderDetector.java in 2018.2 imports com.disnodeteam.dogecv.filters.AsyncFilterRunner but there doesn't seem to be an associated file / class in filters. This wasn't there in 2018.1, and 2018.2 seems to build fine after commenting the line out.

victoryforphil commented 5 years ago

Yea the multithreading features are not in official release yet so we decided to leave them out until they are stable, just in this one case I didn't catch the import before transferring from UWU-Bot. Fixed.

jefflscott commented 5 years ago

Thanks, and DogeCV is much appreciated. If we find anything helpful, we’ll let you know.

Sent from Yahoo Mail for iPhone

On Wednesday, October 10, 2018, 2:24 PM, Alex Carter notifications@github.com wrote:

Yea the multithreading features are not in official release yet so we decided to leave them out until they are stable, just in this one case I didn't catch the import before transferring from UWU-Bot. Fixed.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.