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 0da2040 commit 0bd94a6Copy full SHA for 0bd94a6
kinematics_interface/CMakeLists.txt
@@ -52,7 +52,7 @@ if(BUILD_TESTING)
52
53
install(
54
DIRECTORY test/
55
- DESTINATION include/kinematics_interface/kinematics_interface
+ DESTINATION include/kinematics_interface/kinematics_interface_tests
56
)
57
ament_export_dependencies(ros2_control_test_assets pluginlib)
58
kinematics_interface_kdl/test/test_kinematics_interface_kdl.cpp
@@ -16,7 +16,7 @@
16
17
#include <gmock/gmock.h>
18
19
-#include "kinematics_interface/kinematics_interface_common_tests.hpp"
+#include "kinematics_interface_tests/kinematics_interface_common_tests.hpp"
20
21
struct PluginKDL
22
{
0 commit comments