Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

2018.1 Alpha Release

Pre-release
Pre-release

Choose a tag to compare

@victoryforphil victoryforphil released this 30 Sep 19:52
0bba558

This release mostly focused on fixing import and crashing issues that new users are having while also including suggestions by our community. Now we are focusing on stablity and tuning our detectors to be reliable.
Changelog:
2018.1:

  • Added HSVRangeFilter that uses classic lower and upper HSV ranges
  • HSVColorFilter now devides the range by 2 on each side of the perfect color value. (Now range acts as expected) (Issue #9)
  • Added SilverDetector (Same as Gold but for silver)
  • Moved SamplingOrderDetector to use HSVRangeFilter for silver
  • Tuned Sampling (Still not competetion ready)
  • Cleaned up Dogeforia handling per suggestions of "@BillTheCat123 | Mentor | 3763" on FTC Discord
  • Fixed Gradle import issues of :FTCRobotController with Dogeforia class. (Issue #8)
  • Cleaned up Gradle Build files to lessen import errors
  • Added common Gradle Build errors to wiki
  • DogeCVDetector now handles printing the detector setting to the screen