Skip to content

Commit a7da00d

Browse files
committed
Update depends
Signed-off-by: Tatsuro Sakaguchi <[email protected]>
1 parent 268406c commit a7da00d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ find_package(realtime_tools REQUIRED)
2525
find_package(dynamixel_sdk REQUIRED)
2626
find_package(std_srvs REQUIRED)
2727
find_package(dynamixel_interfaces REQUIRED)
28+
find_package(tinyxml2_vendor REQUIRED)
2829

2930
################################################################################
3031
# Build

package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<depend>dynamixel_sdk</depend>
2323
<depend>std_srvs</depend>
2424
<depend>dynamixel_interfaces</depend>
25+
<depend>tinyxml2_vendor</depend>
2526

2627
<test_depend>ament_lint_auto</test_depend>
2728
<test_depend>ament_lint_common</test_depend>

0 commit comments

Comments
 (0)