We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5768ba commit 70a8ecaCopy full SHA for 70a8eca
hardware_interface/src/resource_manager.cpp
@@ -1003,8 +1003,10 @@ class ResourceStorage
1003
{
1004
if (interface)
1005
1006
- for (auto & [hw_name, limiters] : joint_limiters_interface_)
+ for (auto & entry : joint_limiters_interface_)
1007
1008
+ auto & limiters = entry.second;
1009
+
1010
// If the prefix is a joint name, then bind the limiter to the command interface
1011
if (limiters.find(interface->get_prefix_name()) != limiters.end())
1012
0 commit comments