We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b466518 commit bf26ea5Copy full SHA for bf26ea5
ur_robot_driver/src/ur/ur_driver.cpp
@@ -273,9 +273,9 @@ void UrDriver::checkCalibration(const std::string& checksum)
273
274
while (!consumer.isChecked())
275
{
276
- ros::Duration(1).sleep();
+ std::this_thread::sleep_for(std::chrono::seconds(1));
277
}
278
- ROS_DEBUG_STREAM("Got calibration information from robot.");
+ LOG_DEBUG("Got calibration information from robot.");
279
280
281
rtde_interface::RTDEWriter& UrDriver::getRTDEWriter()
0 commit comments