From 6bbf2558ce26ed74405f288d4c17df465f7eaeb1 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Wed, 3 Jun 2020 02:13:57 -0700 Subject: [PATCH] Drop superfluous ROS dependency on catkin (#1599) This package's CMakeLists.txt doesn't reference catkin at all, and can be regarded as a "pure CMake" package. In fact, the package.xml already states that this package is built using cmake directly, but still depends on catkin. This change makes the package buildable without catkin, as would be desired when building with colcon in ROS 2. --- package.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.xml b/package.xml index 80b8981..691be44 100644 --- a/package.xml +++ b/package.xml @@ -34,7 +34,7 @@ The Cartographer Authors - catkin + cmake git google-mock