Skip to content

Commit

Permalink
Printf debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Mar 10, 2025
1 parent 82b4951 commit 25b54c1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ void PhotonCameraSim::SubmitProcessedFrame(const PhotonPipelineResult& result,
ts.heartbeatPublisher.Set(heartbeatCounter, ReceiveTimestamp);

ts.subTable->GetInstance().Flush();

fmt::println("published seq {} at {}", result.metadata.sequenceID, ReceiveTimestamp);
}

} // namespace photon

0 comments on commit 25b54c1

Please sign in to comment.