Skip to content

Commit 7d09d08

Browse files
committed
small fix
Signed-off-by: Sho Iwasawa <sho.iwasawa.2@tier4.jp>
1 parent 57c8752 commit 7d09d08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

perception/traffic_light_classifier/src/nodelet.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ void TrafficLightClassifierNodelet::imageRoiCallback(
8888
if (input_rois_msg->rois.empty()) {
8989
output_msg.header = input_image_msg->header;
9090
traffic_signal_array_pub_->publish(output_msg);
91+
return;
9192
}
9293

9394
cv_bridge::CvImagePtr cv_ptr;

0 commit comments

Comments
 (0)