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

Removed deprecated TODOs

We only support robot software versions 3.7+
This commit is contained in:
Felix Mauch
2019-09-25 07:21:41 +02:00
parent 3d315ea5cf
commit ba98bf8e19
4 changed files with 1 additions and 4 deletions

View File

@@ -396,7 +396,6 @@ uint32_t HardwareInterface ::getControlFrequency() const
{
return ur_driver_->getControlFrequency();
}
// TODO: Do this nicer than throwing an exception
throw std::runtime_error("ur_driver is not yet initialized");
}