Skip to content

Commit aa8f635

Browse files
Move to base class
1 parent f021e31 commit aa8f635

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

kinematics_interface_kdl/test/kinematics_interface_common_tests.hpp renamed to kinematics_interface/include/kinematics_interface/kinematics_interface_common_tests.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
//
1515
/// \author: Paul Gesel, Christoph Froehlich
1616

17-
#ifndef KINEMATICS_INTERFACE_COMMON_TESTS_HPP_
18-
#define KINEMATICS_INTERFACE_COMMON_TESTS_HPP_
17+
#ifndef KINEMATICS_INTERFACE__KINEMATICS_INTERFACE_COMMON_TESTS_HPP_
18+
#define KINEMATICS_INTERFACE__KINEMATICS_INTERFACE_COMMON_TESTS_HPP_
1919

2020
#include <gmock/gmock.h>
2121
#include <memory>
@@ -393,4 +393,4 @@ REGISTER_TYPED_TEST_SUITE_P(
393393
plugin_calculate_frame_difference_std_vector, incorrect_input_sizes, plugin_no_robot_description,
394394
plugin_no_parameter_tip);
395395

396-
#endif // KINEMATICS_INTERFACE_COMMON_TESTS_HPP_
396+
#endif // KINEMATICS_INTERFACE__KINEMATICS_INTERFACE_COMMON_TESTS_HPP_

kinematics_interface_kdl/test/test_kinematics_interface_kdl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#include <gmock/gmock.h>
1818

19-
#include "kinematics_interface_common_tests.hpp"
19+
#include "kinematics_interface/kinematics_interface_common_tests.hpp"
2020

2121
struct PluginKDL
2222
{

0 commit comments

Comments
 (0)