From 961b3e2c36a453d4b111b6fba98c5c32f7224044 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> Date: Sun, 13 Oct 2013 10:42:13 +0200 Subject: [PATCH] octomap-msgs: initial commit --- recipes-ros/octomap-msgs/octomap-msgs_0.2.9.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-ros/octomap-msgs/octomap-msgs_0.2.9.bb diff --git a/recipes-ros/octomap-msgs/octomap-msgs_0.2.9.bb b/recipes-ros/octomap-msgs/octomap-msgs_0.2.9.bb new file mode 100644 index 0000000..c2c0c7a --- /dev/null +++ b/recipes-ros/octomap-msgs/octomap-msgs_0.2.9.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "This package provides messages and serializations / conversion for the OctoMap library." +SECTION = "devel" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=5ee5b8b046ae48ad94a2037ca953a67b" + +DEPENDS = "message-generation geometry-msgs std-msgs" + +SRC_URI = "https://github.com/OctoMap/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz" +SRC_URI[md5sum] = "6ffa1eebf7e41108b18522a2bc90ed77" +SRC_URI[sha256sum] = "86e1bfa6d4be8895ecf90fefb03b012978c54d1ee3bf20fe59925508507a899a" + +S = "${WORKDIR}/${ROS_SP}" + +inherit catkin -- GitLab