Unfortunately, our season's over, but we had a blast!
- OpenCV (in submodules for automatic updating:
Core
andImgproc
). - C++ build support (in
FtcRobotController
). - PID controllers (
PIDController
andPIDConstants
). - Multithreading with AsyncTask instances (
SimpleTask
,ComplexTask
) from other repo. - On-screen logging (
LoggingBase.instance
). - Music players (
Tunes.play()
). - Modular robot components (
new Robot()
). - Dynamic Vuforia and OpenCV swapping (
OpenCVCam cam = new OpenCVCam(); cam.start(listener);
andVuforiaCam cam = new VuforiaCam(); cam.start();
). - Cryptobox position tracker, Jewel, and (planned) Glyph detectors (optimized for our bot though).