Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski committed May 29, 2024
1 parent c271c4c commit 876d88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_smac_planner/test/test_smoother.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ TEST(SmootherTest, test_full_smoother)

// Check that we accurately detect that this path has a reversing segment
auto path_segs = smoother->findDirectionalPathSegmentsWrapper(plan);
EXPECT_EQ(path_segs.size() == 2u || path_segs.size() == 3u);
EXPECT_TRUE(path_segs.size() == 2u || path_segs.size() == 3u);

// Test smoother, should succeed with same number of points
// and shorter overall length, while still being collision free.
Expand Down

0 comments on commit 876d88b

Please sign in to comment.