Skip to content

Commit

Permalink
Applying #1233 to ros1
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Nov 1, 2024
1 parent ddd5e19 commit debfb07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rtabmap_util/src/nodelets/point_cloud_assembler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ class PointCloudAssembler : public nodelet::Nodelet

void callbackCloud(const sensor_msgs::PointCloud2ConstPtr & cloudMsg)
{
callbackCalled_ = true;
if(cloudPub_.getNumSubscribers())
{
UASSERT_MSG(cloudMsg->data.size() == cloudMsg->row_step*cloudMsg->height,
Expand Down

0 comments on commit debfb07

Please sign in to comment.