1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-07-09 09:01:12 +02:00

removed unnecessary const classifier

This commit is contained in:
Felix Mauch
2019-04-16 09:15:05 +02:00
parent 639da94588
commit 736cd36940
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ void HardwareInterface ::doSwitch(const std::list<hardware_interface::Controller
}
}
const uint32_t HardwareInterface ::getControlFrequency() const
uint32_t HardwareInterface ::getControlFrequency() const
{
if (ur_driver_ != nullptr)
{