Skip to content

Commit 84d85c8

Browse files
committed
restore rclcpp:shutdown()
Without the shutdown: The tests are passing in `RUN_ALL_TESTS()`, the test itself is failing with timeout. Most probably because `server_thread.join()` hangs forever.
1 parent 5ff83b3 commit 84d85c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opennav_coverage_bt/test/test_compute_coverage_path.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ int main(int argc, char ** argv)
169169
int all_successful = RUN_ALL_TESTS();
170170

171171
// shutdown ROS
172-
// rclcpp::shutdown();
172+
rclcpp::shutdown();
173173
server_thread.join();
174174

175175
return all_successful;

0 commit comments

Comments
 (0)