We copied ConceptTensorFlowObjectDetection file from the sample code into our TeamCode and removed the @Disabled. We then added our Vuforia license key.
‘Recognition’ and ‘TFObjectDetector’ are unresolved symbols in the below lines of code.
import org.firstinspires.ftc.robotcore.external.tfod.Reco gnition;
import org.firstinspires.ftc.robotcore.external.tfod.TFOb jectDetector;
This is causing a handful of unresolved symbols in the code.
We have the required libs and everything is in accordance with FTCTechNH V4.3.
Does anyone have any ideas on how to fix these errors?
Comment