From d05940b934b5f8d56bb527220ebb928c2aefa758 Mon Sep 17 00:00:00 2001 From: Tim Clephas Date: Tue, 9 Nov 2021 18:53:41 +0100 Subject: [PATCH] Fix missing dependencies They are 'find_package'-ed in the CMakeLists.txt but not listed as dependency --- explore/package.xml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/explore/package.xml b/explore/package.xml index 0094752..ff821c0 100644 --- a/explore/package.xml +++ b/explore/package.xml @@ -14,18 +14,19 @@ ament_lint_auto ament_lint_common - rclcpp - std_msgs - sensor_msgs - - tf2 - tf2_ros - tf2_geometry_msgs - nav_msgs + ament_cmake map_msgs + nav2_costmap_2d + nav2_msgs + nav_msgs + rclcpp + sensor_msgs + std_msgs + tf2 + tf2_geometry_msgs + tf2_ros visualization_msgs - ament_cmake