From 52182da5b290b09281588a7a3af1b11e8235c6e5 Mon Sep 17 00:00:00 2001 From: Jeremie Deray <jeremie.deray@pal-robotics.com> Date: Tue, 25 Oct 2016 14:38:11 +0200 Subject: [PATCH] add package xml --- package.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 package.xml diff --git a/package.xml b/package.xml new file mode 100644 index 000000000..e94a5f327 --- /dev/null +++ b/package.xml @@ -0,0 +1,32 @@ +<?xml version="1.0"?> +<package format="2"> + <name>wolf</name> + <version>0.0.1</version> + <description>Windowed Localization Frames</description> + + <maintainer email="jsola@iri.upc.edu">Joan Sola</maintainer> + <maintainer email="jvallve@iri.upc.edu">Joan Vallvé Navarro</maintainer> + <maintainer email="todo@todo.com">todo</maintainer> + + <author>Joan Sola</author> + <author>Joan Vallvé Navarro</author> + <author>todo</author> + + <license>todo</license> + + <buildtool_depend>cmake</buildtool_depend> + + <build_depend>eigen</build_depend> + + <!-- wolf does not REQUIRE the following, they are added here for the dependency tree --> + <build_depend>Ceres</build_depend> + <build_depend>laser_scan_utils</build_depend> + <build_depend>raw_gps_utils</build_depend> + <build_depend>OpenCV</build_depend> + <build_depend>YAMLCPP</build_depend> + + <export> + <build_type>cmake</build_type> + </export> + +</package> -- GitLab