Skip to content

Commit 66549f3

Browse files
Update eod_node.cpp
1 parent e71e4bb commit 66549f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extended_object_detection_node/eod_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ void EOD_ROS::detect(const eod::InfoImage& rgb, const eod::InfoImage& depth, std
340340
cmplx_msg.simple_objects.push_back(eoi_to_base_object(name_eoi.first, -1, name_eoi.second, rgb.K()));
341341
}
342342
complex_msg.objects.push_back(cmplx_msg);
343-
}private_it_
343+
}
344344
if(publish_image_output)
345345
c_it->drawAll(image_to_draw, cv::Scalar(255, 255, 0), 2);
346346
}

0 commit comments

Comments
 (0)