From 3a1e43d2b9f894820af59c78e5f50d02400b6a12 Mon Sep 17 00:00:00 2001 From: Anthony Mallet <anthony.mallet@laas.fr> Date: Mon, 17 Sep 2018 11:36:34 +0200 Subject: [PATCH] [wip/talos-robot] Drop dependency on ros-robot-model It was not a dependency, and the package is osbsolete. --- talos-robot/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/talos-robot/Makefile b/talos-robot/Makefile index ff458f24..e1643093 100644 --- a/talos-robot/Makefile +++ b/talos-robot/Makefile @@ -30,7 +30,6 @@ include ../../devel/boost-libs/depend.mk include ../../devel/ros-catkin/depend.mk include ../../devel/ros-pluginlib/depend.mk include ../../devel/ros-ros/depend.mk -include ../../graphics/ros-robot-model/depend.mk include ../../interfaces/ros-common-msgs/depend.mk include ../../interfaces/ros-std-msgs/depend.mk include ../../lang/ros-message-generation/depend.mk -- GitLab