mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-12 11:00:47 +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