Updated trclib, ftclib.

Sync'd latest vision changes.
This commit is contained in:
Titan Robotics Club
2025-01-03 01:58:38 -08:00
parent 956927ac10
commit 194ad0b280
3 changed files with 3 additions and 5 deletions

View File

@ -878,9 +878,7 @@ public class Vision
{
if (colorBlobInfo != null)
{
robot.dashboard.displayPrintf(
lineNum, "%s: %s (rotatedAngle=%.1f)",
colorBlobInfo.detectedObj.label, colorBlobInfo, colorBlobInfo.detectedObj.rotatedRect.angle);
robot.dashboard.displayPrintf(lineNum, "%s: %s", colorBlobInfo.detectedObj.label, colorBlobInfo);
}
else
{