Skip to content
Snippets Groups Projects
Commit 70cfb02e authored by KristofRobot's avatar KristofRobot
Browse files

Merge pull request #261 from bulwahn/updates

Updates till early May 2014
parents 7796bb06 70ec26bf
No related branches found
No related tags found
No related merge requests found
Showing
with 27 additions and 15 deletions
SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "84abf8a66c09e061b93f087a9f7d8560"
SRC_URI[sha256sum] = "2f4e4fd1351afdc8e0469730030566b03bd3f7308904ddf7593d3cf98797515d"
SRC_URI[md5sum] = "253985d33cf4e1ca745bdeeab79cbde3"
SRC_URI[sha256sum] = "9053c54762e22e90590c93fddfcd5d38214d3e5af1b7301aa7bdb7e21b82025c"
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
......
SRC_URI = "https://github.com/ros-perception/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "f3e4bb2e48e45d3414d7e08e109e8d1b"
SRC_URI[sha256sum] = "dea2425dadfe9315eceacbc8d49cdd8a19f4eb79bd95c030c2c8d261e04b5060"
SRC_URI[md5sum] = "6bdf2392670501dae0c582c9a2310258"
SRC_URI[sha256sum] = "91f4b2e0d5794917d535a149d08127438e0432496accdbb5c4a97cf495bbd010"
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
......
DESCRIPTION = "octomap_ros provides conversion functions between ROS / PCL and OctoMap's native types."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=12;endline=12;md5=d566ef916e9dedc494f5f793a6690ba5"
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "octomap-msgs octomap pcl-ros sensor-msgs tf"
SRC_URI = "https://github.com/OctoMap/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "bb532a09683512adb2f5d6ce6589914f"
SRC_URI[sha256sum] = "0a43b252916905eca03b893211d9fc1f031480909a5fde8a2d904f7d408bde10"
SRC_URI[md5sum] = "eb831d70d2cfe0589e58ecbebb5b5637"
SRC_URI[sha256sum] = "63803af415840fd4adcea5888f6a330f061800541142eeb0fe2075971dc5c3b3"
S = "${WORKDIR}/${ROS_SP}"
......
......@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc
DEPENDS = "pcl-msgs pcl"
SRC_URI = "https://github.com/ros-perception/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "1cfba274d55c7e09d98ec8509240a682"
SRC_URI[sha256sum] = "9ac20bb51248e5c39f5aeccfaabbf2ed0a42130871f52f134dfcdfa03dac00ec"
SRC_URI[md5sum] = "a4317447dbd3da2bcd33d40db700b723"
SRC_URI[sha256sum] = "5664ef3877de7efed7215bb9320fad02d1c167a96f3ba8927727e607a5f6285c"
S = "${WORKDIR}/${ROS_SP}"
......
DESCRIPTION = "PCL (Point Cloud Library) ROS interface stack"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=14;endline=14;md5=d566ef916e9dedc494f5f793a6690ba5"
LIC_FILES_CHKSUM = "file://package.xml;beginline=19;endline=19;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "dynamic-reconfigure nodelet nodelet-topic-tools message-filters tf rosbag pcl pcl-conversions"
SRC_URI = "https://github.com/ros-perception/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "a42887c8923e439c7bed0b07e33be0fc"
SRC_URI[sha256sum] = "2a1b47e9dd478440abe4e03403fe83e314fbcfdbac7d65676a2cad1b7a2b1765"
SRC_URI[md5sum] = "32bba867a1b41d2c40921719be0ecde8"
SRC_URI[sha256sum] = "d918d1e04dbbeb0aa7aa4097081ae542280f3645e04d1d1ed74f5396a67ddb1f"
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
......
......@@ -3,7 +3,7 @@ From: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Date: Tue, 4 Feb 2014 16:07:10 +0100
Subject: [PATCH] make rostest in CMakeLists optional (ros/rosdistro#3010)
Upstream-Status: Submitted
Upstream-Status: Backport [Accepted in indigo-devel branch]
---
rospy_tutorials/CMakeLists.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
......
DESCRIPTION = "CMake lint commands for ROS packages"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9dedc494f5f793a6690ba5"
SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "7f71adcdf0d8ffcc726e443ffe548bdd"
SRC_URI[sha256sum] = "b1a77e8d3a2ee3a065f9d6aea11867650facda40263feda6451d581aa7696049"
S = "${WORKDIR}/${ROS_SP}"
inherit catkin
SRC_URI = "https://github.com/ros-perception/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "f2fdc9299ca0b6507137df185f9b5553"
SRC_URI[sha256sum] = "c4934eee07961e194143885751c919137baf77a08d40013dd903da50dfd60b9b"
SRC_URI[md5sum] = "f622ca8ec2a85f5d854e06d0b64fc627"
SRC_URI[sha256sum] = "4e94b2087cad13f48534163f36bae47db1e09b388032f35e7e8eae270514719a"
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment