Skip to content

Commit

Permalink
Missing tracepoint field
Browse files Browse the repository at this point in the history
  • Loading branch information
alexMarFar committed May 29, 2023
1 parent fb6b5d3 commit 603e482
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion graphs/perception/perception_3nodes/src/resize_fpga.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ void ResizeNodeFPGAStreamlined::imageCb(
static_cast<const void *>(&(*image_msg)),
static_cast<const void *>(&(*info_msg)),
image_msg->header.stamp.nanosec,
image_msg->header.stamp.sec);
image_msg->header.stamp.sec,
get_msg_size(image_msg),
get_msg_size(info_msg));

if (pub_image_.getNumSubscribers() < 1) {
TRACEPOINT(
Expand Down

0 comments on commit 603e482

Please sign in to comment.