GoalTagProcessor

Processor for FTC Decode season goal AprilTags. Identifies and retrieves goal tag metadata based on tag ID.

Functions

Link copied to clipboard
fun getGoalTag(detections: List<AprilTagDetection>, alliance: AllianceColor): GoalTag?
Link copied to clipboard
fun getRobotFieldPose(detections: List<AprilTagDetection>): Pose?
Link copied to clipboard
fun isValidGoalTag(aprilTagId: Int): Boolean