Skip to content

Commit

Permalink
fix(object_recognition_utils): fix test for resamplePredictedPath_by_…
Browse files Browse the repository at this point in the history
…vector (#7275)

Signed-off-by: Ryohsuke Mitsudome <[email protected]>
  • Loading branch information
mitsudome-r authored Jun 5, 2024
1 parent 97173bc commit 10a83d9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ TEST(predicted_path_utils, resamplePredictedPath_by_vector)

const auto resampled_path = resamplePredictedPath(path, resampling_vec);

EXPECT_EQ(resampled_path.path.size(), resampled_path.path.max_size());
EXPECT_NEAR(path.confidence, resampled_path.confidence, epsilon);

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

0 comments on commit 10a83d9

Please sign in to comment.