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();
|
||||
while (!consumer.isCalibrated())
|
||||
{
|
||||
sleep(1);
|
||||
// LOG_INFO("Still running");
|
||||
ros::Duration(0.1).sleep();
|
||||
}
|
||||
pipeline.stop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user