Minor cleanup.

This commit is contained in:
Titan Robotics Club
2024-09-08 17:23:06 -07:00
parent 1ae145317f
commit 5ee9bba8a0

View File

@ -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
{