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

Commit 0bba558

Browse files
Update README.md
1 parent fe2b33d commit 0bba558

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Also please keep in mind due to the major rewrite, many components have not been
3333

3434
## Known Issues
3535
(These issues are referring to the 2018-2019 FTC Year Detectors, and not the Relic Recovery ones as those are no longer supported)
36-
- Errors importing the module (this is hard to find as I cant replicate it on my end, however if you have this issue please contact me so I can figure this out!)
3736
- General Unstablity
3837
- GenericDetector not ported
3938
- Vuforia is rotated in portrait mode
@@ -46,9 +45,12 @@ Also please keep in mind due to the major rewrite, many components have not been
4645
- Update Wiki
4746
- Basic angle/positioning of elements
4847
- Example Autons using DogeCV
49-
- Generic Silver Detector
5048
- Port Old detectors to new systems
5149
- Better Saftey checks
50+
- Move to our own OpenCV System
51+
- Add to JCenter
52+
- New Frame Input System
53+
- ML detectors
5254

5355

5456
## Install (Credit to EnderCV)
@@ -73,7 +75,7 @@ and resync the project.
7375
- **Gold Align Detecotr** - Implemented. Unstable (Memory Leak)
7476
- **Sampling Detecotr** - Implemented. Stable. Not Competetion Ready.
7577
- **Gold Detector** - Implemented Base (Needs more).Stable. Not Cmpetetion Ready.
76-
- **Silver Detector** - Not Yet Implemented
78+
- **Silver Detector** - Implemented Base (Needs more).Stable. Not Cmpetetion Ready.
7779
- **MultiMineral Detector** - Not Yet Implemented
7880
**See Wiki For More Info
7981

@@ -88,6 +90,18 @@ and resync the project.
8890

8991

9092
## Changelogs
93+
**2018.1**:
94+
- Added `HSVRangeFilter` that uses classic `lower` and `upper` HSV ranges
95+
- `HSVColorFilter` now devides the range by 2 on each side of the perfect color value. (Now range acts as expected) (Issue #9)
96+
- Added `SilverDetector` (Same as Gold but for silver)
97+
- Moved `SamplingOrderDetector` to use `HSVRangeFilter` for silver
98+
- Tuned Sampling (Still not competetion ready)
99+
- Cleaned up `Dogeforia` handling per suggestions of "@BillTheCat123 | Mentor | 3763" on FTC Discord
100+
- Fixed Gradle import issues of `:FTCRobotController` with `Dogeforia` class. (Issue #8)
101+
- Cleaned up Gradle Build files to lessen import errors
102+
- Added common Gradle Build errors to wiki
103+
- `DogeCVDetector` now handles printing the detector setting to the screen
104+
91105
**2018.0**:
92106
- New Versioning System
93107
- New Scoring API

0 commit comments

Comments
 (0)