We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7494e commit 16d8d83Copy full SHA for 16d8d83
test/test_integration.cpp
@@ -77,6 +77,7 @@ TEST(LaserSegmentationTest, integration) {
77
78
// Spin the laser_segmentation node
79
rclcpp::spin_some(seg_node->get_node_base_interface());
80
+ std::this_thread::sleep_for(std::chrono::milliseconds(5));
81
82
// Check the results: now, the scan should have a subscription
83
// and the segment should have a publisher
0 commit comments