mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
removed unnecessary const classifier
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
virtual void doSwitch(const std::list<hardware_interface::ControllerInfo>& start_list,
|
||||
const std::list<hardware_interface::ControllerInfo>& stop_list) override;
|
||||
|
||||
const uint32_t getControlFrequency() const;
|
||||
uint32_t getControlFrequency() const;
|
||||
|
||||
protected:
|
||||
std::unique_ptr<UrDriver> ur_driver_;
|
||||
|
||||
@@ -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