Skip to content
Snippets Groups Projects
Commit 600b72d7 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

velodyne: initial commit

parent 06205f98
No related branches found
No related tags found
No related merge requests found
DESCRIPTION = "ROS device driver for Velodyne HDL-64E, and HDL-32 LIDARs."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=13;endline=13;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "diagnostic-updater libpcap nodelet pluginlib roscpp tf velodyne-msgs"
require velodyne.inc
DESCRIPTION = "ROS message definitions for Velodyne 3D LIDARs."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "message-generation message-runtime std-msgs"
require velodyne.inc
DESCRIPTION = "Point cloud conversions for Velodyne 3D LIDARs."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=12;endline=12;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "angles nodelet pcl-conversions pcl-ros pluginlib roscpp roslib sensor-msgs tf \
velodyne-driver velodyne-msgs yaml-cpp"
require velodyne.inc
SRC_URI = "https://github.com/ros-drivers/${ROS_SPN}/archive/${ROS_SP}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "07caaeccf72dd910907369a4eadc0dca"
SRC_URI[sha256sum] = "6ca923f662679e3286f33a511c1fb267a59d5f73e37752e249a69de5902cf756"
S = "${WORKDIR}/${ROS_SPN}-${ROS_SP}/${ROS_BPN}"
inherit catkin
ROS_SPN = "velodyne"
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