laser-filters: initial commit

This commit is contained in:
Lukas Bulwahn 2014-01-24 08:24:09 +01:00
parent 33f74a65ef
commit b0a660c2bf
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
DESCRIPTION = "Assorted filters designed to operate on 2D planar laser scanners, \
which use the sensor_msgs/LaserScan type."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "angles filters laser-geometry message-filters pluginlib roscpp sensor-msgs tf"
SRC_URI = "https://github.com/ros-perception/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "4ca45f1df93c382ceaf86646940380bc"
SRC_URI[sha256sum] = "cd8c3fe908956677998061f6b3f812c5a5efa508c88064385ec6fe87cb041aec"
S = "${WORKDIR}/${ROS_SP}"
inherit catkin