From 5ee9bba8a01587f0cd97c63d437182b6aeb0112d Mon Sep 17 00:00:00 2001 From: Titan Robotics Club Date: Sun, 8 Sep 2024 17:23:06 -0700 Subject: [PATCH] Minor cleanup. --- TeamCode/src/main/java/teamcode/vision/Vision.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TeamCode/src/main/java/teamcode/vision/Vision.java b/TeamCode/src/main/java/teamcode/vision/Vision.java index 11cc204..acf5e0e 100644 --- a/TeamCode/src/main/java/teamcode/vision/Vision.java +++ b/TeamCode/src/main/java/teamcode/vision/Vision.java @@ -51,9 +51,9 @@ import trclib.vision.TrcOpenCvDetector; import trclib.vision.TrcVisionTargetInfo; /** - * This class implements AprilTag/Eocv Vision for the game season. It creates and initializes all the - * vision target info as well as providing info for the robot, camera and the field. It also provides methods to get - * the location of the robot and detected targets. + * This class implements AprilTag/Eocv Vision for the game season. It creates and initializes all the vision target + * info as well as providing info for the robot, camera and the field. It also provides methods to get the location + * of the robot and detected targets. */ public class Vision {