Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed May 5, 2024
1 parent ab331bd commit e50d035
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,10 @@ class VisionSystemSim {
cameraPoses2d.push_back(lateCameraPose.ToPose2d());

auto camResult = camSim->Process(latency, lateCameraPose, allTargets);
fmt::println("Submitting frame with {} tags",
camResult.GetTargets().size());
if (camResult.GetTargets().size())
fmt::println("(with the sim target @ {})", camResult.GetBestTarget().GetYaw());
camSim->SubmitProcessedFrame(camResult, timestampNt);
for (const auto& target : camResult.GetTargets()) {
auto trf = target.GetBestCameraToTarget();
Expand Down

0 comments on commit e50d035

Please sign in to comment.