Skip to content

Fix multiple circles on apriltag_detect_test#133

Open
nanoticity wants to merge 1 commit intomainfrom
fix-multiple-circles
Open

Fix multiple circles on apriltag_detect_test#133
nanoticity wants to merge 1 commit intomainfrom
fix-multiple-circles

Conversation

@nanoticity
Copy link
Collaborator

No description provided.

Signed-off-by: Nano <nanoticity@gmail.com>
Copilot AI review requested due to automatic review settings March 15, 2026 06:09
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes the integration test’s visualization so that AprilTag corner markers don’t accumulate across frames, keeping the streamed debug output accurate for repeated processing of the same underlying camera frame.

Changes:

  • Draws detection corner circles onto a cloned display frame instead of mutating the camera-provided frame.
  • Streams the annotated clone rather than the original frame.

You can also share your feedback on Copilot code review. Take the survey.

LOG(INFO) << position_estimate;
}

cv::Mat display_frame = timestamped_frame.frame.clone();
}

streamer.WriteFrame(timestamped_frame.frame);
streamer.WriteFrame(display_frame);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants