diff --git a/hardware_interface/include/hardware_interface/helpers.hpp b/hardware_interface/include/hardware_interface/double_parsing.hpp similarity index 90% rename from hardware_interface/include/hardware_interface/helpers.hpp rename to hardware_interface/include/hardware_interface/double_parsing.hpp index d6d325e1091..a9bada368f6 100644 --- a/hardware_interface/include/hardware_interface/helpers.hpp +++ b/hardware_interface/include/hardware_interface/double_parsing.hpp @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef HARDWARE_INTERFACE__HELPERS_HPP_ -#define HARDWARE_INTERFACE__HELPERS_HPP_ +#ifndef HARDWARE_INTERFACE__DOUBLE_PARSING_HPP_ +#define HARDWARE_INTERFACE__DOUBLE_PARSING_HPP_ #include #include @@ -44,4 +44,4 @@ double toDouble(const std::string & s) } // namespace hardware_interface -#endif // HARDWARE_INTERFACE__HELPERS_HPP_ +#endif // HARDWARE_INTERFACE__DOUBLE_PARSING_HPP_ diff --git a/hardware_interface/src/mock_components/generic_system.cpp b/hardware_interface/src/mock_components/generic_system.cpp index 80b46b85d3a..4cfcf7fc454 100644 --- a/hardware_interface/src/mock_components/generic_system.cpp +++ b/hardware_interface/src/mock_components/generic_system.cpp @@ -26,7 +26,7 @@ #include #include "hardware_interface/component_parser.hpp" -#include "hardware_interface/helpers.hpp" +#include "hardware_interface/double_parsing.hpp" #include "hardware_interface/types/hardware_interface_type_values.hpp" #include "rcutils/logging_macros.h"