Skip to content

Commit 10a83d9

Browse files
authored
fix(object_recognition_utils): fix test for resamplePredictedPath_by_vector (autowarefoundation#7275)
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
1 parent 97173bc commit 10a83d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/object_recognition_utils/test/src/test_predicted_path_utils.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ TEST(predicted_path_utils, resamplePredictedPath_by_vector)
183183

184184
const auto resampled_path = resamplePredictedPath(path, resampling_vec);
185185

186-
EXPECT_EQ(resampled_path.path.size(), resampled_path.path.max_size());
187186
EXPECT_NEAR(path.confidence, resampled_path.confidence, epsilon);
188187

189188
for (size_t i = 0; i < resampled_path.path.size(); ++i) {

0 commit comments

Comments
 (0)