mirror of
https://github.com/trc492/FtcTemplate.git
synced 2025-07-04 06:21:23 -07:00
Updated ftclib.
Removed all TensorFlow support.
This commit is contained in:
@ -85,8 +85,7 @@ public class Robot
|
||||
if (RobotParams.Preferences.useVision &&
|
||||
(RobotParams.Preferences.tuneColorBlobVision ||
|
||||
RobotParams.Preferences.useAprilTagVision ||
|
||||
RobotParams.Preferences.useColorBlobVision ||
|
||||
RobotParams.Preferences.useTensorFlowVision))
|
||||
RobotParams.Preferences.useColorBlobVision))
|
||||
{
|
||||
vision = new Vision(this);
|
||||
}
|
||||
@ -219,11 +218,6 @@ public class Robot
|
||||
vision.setBlueBlobVisionEnabled(false);
|
||||
}
|
||||
|
||||
if (vision.tensorFlowVision != null)
|
||||
{
|
||||
globalTracer.traceInfo(moduleName, "Disabling TensorFlowVision.");
|
||||
vision.setTensorFlowVisionEnabled(false);
|
||||
}
|
||||
vision.close();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user