From dd52923ef277898002c5277ae1b9a4f6c82f55f8 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Tue, 28 Jan 2020 14:16:13 +0100
Subject: [PATCH] [wip/ros-aicp-mapping] Add missing dependencies

---
 ros-aicp-mapping/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ros-aicp-mapping/Makefile b/ros-aicp-mapping/Makefile
index 3879ad5e..ab7a1e12 100644
--- a/ros-aicp-mapping/Makefile
+++ b/ros-aicp-mapping/Makefile
@@ -20,11 +20,14 @@ include ../../meta-pkgs/ros-base/Makefile.common
 include ../../wip/libnabo/depend.mk
 include ../../wip/libpointmatcher/depend.mk
 include ../../wip/mk/sysdep/pcl.mk
+include ../../wip/ros-perception-pcl/depend.mk
 
 include ../../devel/ros-cmake-modules/depend.mk
+include ../../image/opencv3/depend.mk
 include ../../interfaces/ros-common-msgs/depend.mk
 include ../../interfaces/ros-std-msgs/depend.mk
 include ../../lang/ros-message-generation/depend.mk
+include ../../mapping/octomap/depend.mk
 include ../../math/ros-geometry/depend.mk
 include ../../middleware/ros-comm/depend.mk
 
-- 
GitLab