1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 10:00:48 +02:00

sleep less before checking for calibration

This commit is contained in:
Felix Mauch
2019-05-28 12:52:35 +02:00
parent c50556cc8a
commit 118b083ce8

View File

@@ -47,8 +47,7 @@ int main(int argc, char* argv[])
pipeline.run();
while (!consumer.isCalibrated())
{
sleep(1);
// LOG_INFO("Still running");
ros::Duration(0.1).sleep();
}
pipeline.stop();