FtcRobotController
FtcRobotController copied to clipboard
For whatever reason, inner classes of any form cannot be run as an OpMode, even when public and properly annotated. If you try, it will simply fail silently within the...
Hi, just reporting a small visual-level bug based on the builder of `ColorBlobLocatorProcessor`. The region of interest parameter is not checked for being null when `.build()` is called, so instead...
Hi, I was using the new `ImageRegion` features alongside a `ColorBlobLocatorProcessor` and found that if an illegal image region were constructed, it would crash the entire application with no useful...