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 605718c commit 59a331eCopy full SHA for 59a331e
hardware_interface/src/resource_manager.cpp
@@ -89,7 +89,7 @@ std::string interfaces_to_string(
89
}
90
ss << "]" << std::endl;
91
return ss.str();
92
-};
+}
93
94
void find_common_hardware_interfaces(
95
const std::vector<std::string> & hw_command_itfs,
joint_limits/include/joint_limits/data_structures.hpp
@@ -38,10 +38,10 @@
38
namespace joint_limits
39
{
40
41
-DEFINE_LIMIT_STRUCT(PositionLimits);
42
-DEFINE_LIMIT_STRUCT(VelocityLimits);
43
-DEFINE_LIMIT_STRUCT(EffortLimits);
44
-DEFINE_LIMIT_STRUCT(AccelerationLimits);
+DEFINE_LIMIT_STRUCT(PositionLimits)
+DEFINE_LIMIT_STRUCT(VelocityLimits)
+DEFINE_LIMIT_STRUCT(EffortLimits)
+DEFINE_LIMIT_STRUCT(AccelerationLimits)
45
46
struct JointControlInterfacesData
47
0 commit comments