FtcRobotController
FtcRobotController copied to clipboard
Expand ExternalLibraries
The newly added (7.0) support for external libraries is cool. But it currently sounds like it is restricted to onBot and Blocks. It seems like it could serve the needs of Android Studio developers as well - making it so external libraries don't have to be packaged with the robotcontroller apk. It would provide a consistent way for transferring/storing .so files on the RC and copying them to protected storage and loading them. It seems like this would help with things like openCV, vuforia, and others.