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) if (colorBlobInfo != null)
{ {
robot.dashboard.displayPrintf( robot.dashboard.displayPrintf(lineNum, "%s: %s", colorBlobInfo.detectedObj.label, colorBlobInfo);
lineNum, "%s: %s (rotatedAngle=%.1f)",
colorBlobInfo.detectedObj.label, colorBlobInfo, colorBlobInfo.detectedObj.rotatedRect.angle);
} }
else else
{ {