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

notify on missing packages

This commit is contained in:
Felix Mauch
2019-05-08 08:46:30 +02:00
parent b5bf8660be
commit e7c97150d5
3 changed files with 17 additions and 13 deletions

View File

@@ -78,8 +78,10 @@ int main(int argc, char** argv)
if (!control_rate.sleep())
{
// ROS_WARN_STREAM("Could not keep cycle rate of " << control_rate.expectedCycleTime().toNSec() / 1000000.0 <<
// "ms");
ROS_WARN_STREAM("Could not keep cycle rate of " << control_rate.expectedCycleTime().toNSec() / 1000000.0 <<
"ms");
ROS_WARN_STREAM("Actual cycle time:" << control_rate.cycleTime().toNSec() / 1000000.0 <<
"ms");
}
}