Skip to content

Commit 5877132

Browse files
Fix action test failure due to rate after Rolling sync API change (#3852)
1 parent bfb4506 commit 5877132

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nav2_util/test/test_actions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,5 @@ int main(int argc, char ** argv)
548548
::testing::InitGoogleTest(&argc, argv);
549549
auto result = RUN_ALL_TESTS();
550550
rclcpp::shutdown();
551-
rclcpp::Rate(1).sleep();
552551
return result;
553552
}

0 commit comments

Comments
 (0)