Skip to content

Commit

Permalink
Added additional info to ZEDNode message (frame id and timestamp)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffTheJetson committed Nov 30, 2023
1 parent 325ff03 commit 76c0cd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def inference(self):
self.xyz_publisher.publish(xyz_enc)

t = time.time()
print(f"Publishing data: {1000 * (t - s):.3f}ms")
print(f"Publishing data: {1000 * (t - s):.3f}ms (frame_id: {header.frame_id}, stamp: {header.stamp})")



Expand Down

0 comments on commit 76c0cd3

Please sign in to comment.