We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b929b13 commit 3365dcbCopy full SHA for 3365dcb
perception/traffic_light_fine_detector/test/test_nodelet.cpp
@@ -96,7 +96,7 @@ TEST(CalWeightedIouTest, Negative)
96
EXPECT_FLOAT_EQ(traffic_light::calWeightedIou(map_based_bbox, yolox_bbox), 0.0f);
97
}
98
99
-// This test case should be passed but it fails because of unappropriate type casting. Current
+// This test case should be passed but it fails because of inappropriate type casting. Current
100
// result is 0.1097561, but it should be 0.0.
101
// TEST(CalWeightedIouTest, Uint32Max)
102
// {
0 commit comments