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 268406c commit a7da00dCopy full SHA for a7da00d
CMakeLists.txt
@@ -25,6 +25,7 @@ find_package(realtime_tools REQUIRED)
25
find_package(dynamixel_sdk REQUIRED)
26
find_package(std_srvs REQUIRED)
27
find_package(dynamixel_interfaces REQUIRED)
28
+find_package(tinyxml2_vendor REQUIRED)
29
30
################################################################################
31
# Build
package.xml
@@ -22,6 +22,7 @@
22
<depend>dynamixel_sdk</depend>
23
<depend>std_srvs</depend>
24
<depend>dynamixel_interfaces</depend>
+ <depend>tinyxml2_vendor</depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
0 commit comments