Skip to content

Commit

Permalink
Revert "Debugging - adding a printout to see if BF emulator is publis…
Browse files Browse the repository at this point in the history
…hing"

This reverts commit 00f27e5.
  • Loading branch information
ViktorWalter committed Mar 14, 2024
1 parent 00f27e5 commit 4167c00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bluefox_emulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ class UVDARBluefoxEmulator : public nodelet::Nodelet{
}
msg_o = image_data.at(image_index).outputImage.toImageMsg();
msg_o->header.stamp = msg_i->header.stamp;
ROS_INFO_STREAM("[UVDARBluefoxEmulator]: Cam " << image_index << " publishing image with " << msg_i->points.size() << " points...");
pub_image_.at(image_index).publish(msg_o);
}
}
Expand Down Expand Up @@ -198,4 +197,4 @@ class UVDARBluefoxEmulator : public nodelet::Nodelet{

} //namespace uvdar
#include <pluginlib/class_list_macros.h>
PLUGINLIB_EXPORT_CLASS(uvdar::UVDARBluefoxEmulator, nodelet::Nodelet)
PLUGINLIB_EXPORT_CLASS(uvdar::UVDARBluefoxEmulator, nodelet::Nodelet)

0 comments on commit 4167c00

Please sign in to comment.