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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user