VEXIQ PYTHON CHROMEBOOK - Use of TFlite in VexIQ

Is it possible to use TFlite, or other imported code, into VEXIQ python on CHROMEBOOK. If so, how.

Thanks,
Blaziumm and team 21037A

Most likely no. Nothing to do with chromebook, IQ generation 2 uses an embedded version of Python with relatively little memory available.

7 Likes

Thanks!

Is this something on the windows version or has it not been added yet.

Python projects are essentially single file only. We do support import of modules from the SD card (same as V5) but they are imported into RAM inside the brain, and IQ has very little so the modules have to be small. The platform used to program with Python doesn’t make any difference as all Python code is directly interpreted by the VM running on the brain.

6 Likes