19 lines
723 B
BlitzBasic
19 lines
723 B
BlitzBasic
DESCRIPTION = "This package contains a ROS wrapper for OpenSlam's Gmapping."
|
|
SECTION = "devel"
|
|
LICENSE = "CC-BY-NC-SA-2.0"
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=11e24f757f025b2cbebd5b14b4a7ca19"
|
|
|
|
DEPENDS = "nav-msgs openslam-gmapping roscpp tf rosbag-storage"
|
|
|
|
SRC_URI = "https://github.com/ros-perception/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
|
SRC_URI[md5sum] = "e0735400fdf9353665361eb232a6aa4a"
|
|
SRC_URI[sha256sum] = "027e31fbe6d8768a746b0eeb93238459b295b15efc0f43f9410afc57d71385d1"
|
|
|
|
SRC_URI += "file://0001-make-rostest-in-CMakeLists-optional-ros-rosdistro-30.patch;striplevel=2"
|
|
|
|
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
|
|
|
|
inherit catkin
|
|
|
|
ROS_SPN = "slam_gmapping"
|