mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 18:10:47 +02:00
sleep less before checking for calibration
This commit is contained in:
@@ -47,8 +47,7 @@ int main(int argc, char* argv[])
|
|||||||
pipeline.run();
|
pipeline.run();
|
||||||
while (!consumer.isCalibrated())
|
while (!consumer.isCalibrated())
|
||||||
{
|
{
|
||||||
sleep(1);
|
ros::Duration(0.1).sleep();
|
||||||
// LOG_INFO("Still running");
|
|
||||||
}
|
}
|
||||||
pipeline.stop();
|
pipeline.stop();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user