From 488125a1b139e883e39fe091b75170b05546d61d Mon Sep 17 00:00:00 2001 From: Anthony Mallet <anthony.mallet@laas.fr> Date: Mon, 17 Sep 2018 11:38:02 +0200 Subject: [PATCH] [wip/talos-simulation] Drop dependency on ros-robot-model It was not a dependency, and the package is osbsolete. --- talos-simulation/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/talos-simulation/Makefile b/talos-simulation/Makefile index 8a0a5c50..beab1c62 100644 --- a/talos-simulation/Makefile +++ b/talos-simulation/Makefile @@ -29,7 +29,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