Skip to content

Commit 81d5d22

Browse files
author
Carl Delsey
committed
Fixing missing dependencies (#574)
1 parent 799cd43 commit 81d5d22

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nav2_bt_navigator/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<build_depend>behaviortree_cpp</build_depend>
1818
<build_depend>std_msgs</build_depend>
1919
<build_depend>nav2_robot</build_depend>
20+
<build_depend>std_srvs</build_depend>
2021

2122
<exec_depend>behaviortree_cpp</exec_depend>
2223
<exec_depend>rclcpp</exec_depend>

nav2_tasks/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<build_depend>tf2</build_depend>
2525
<build_depend>tf2_geometry_msgs</build_depend>
2626
<build_depend>std_msgs</build_depend>
27+
<build_depend>std_srvs</build_depend>
2728
<build_depend>nav2_robot</build_depend>
2829

2930
<exec_depend>rclcpp</exec_depend>

0 commit comments

Comments
 (0)