Skip to content

Commit 47fc998

Browse files
fix pre-commit ci
Signed-off-by: samrat.thapa <samratthapa120@gmail.com>
1 parent f057aa2 commit 47fc998

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

perception/image_projection_based_fusion/test/test_calc_iou_functions.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616

1717
#include <gtest/gtest.h>
1818

19-
using namespace image_projection_based_fusion;
19+
using image_projection_based_fusion::calcIoU;
20+
using image_projection_based_fusion::calcIoUX;
21+
using image_projection_based_fusion::calcIoUY;
2022

2123
TEST(GeometryTest, CalcIoU)
2224
{

0 commit comments

Comments
 (0)