Skip to content

Commit 3365dcb

Browse files
committed
chore(traffic_light_fine_detector): remove misspelling
Signed-off-by: Shin-kyoto <aquashin0202@gmail.com>
1 parent b929b13 commit 3365dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perception/traffic_light_fine_detector/test/test_nodelet.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ TEST(CalWeightedIouTest, Negative)
9696
EXPECT_FLOAT_EQ(traffic_light::calWeightedIou(map_based_bbox, yolox_bbox), 0.0f);
9797
}
9898

99-
// This test case should be passed but it fails because of unappropriate type casting. Current
99+
// This test case should be passed but it fails because of inappropriate type casting. Current
100100
// result is 0.1097561, but it should be 0.0.
101101
// TEST(CalWeightedIouTest, Uint32Max)
102102
// {

0 commit comments

Comments
 (0)