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

nodelet-core: adding nodelet-topic-tools and refactoring nodelet

The nodelet_topic_tools package is required by the pcl_ros package.
Common parts of nodelet and nodelet_topic_tools are put into
nodelet-core.inc.
parent ab24fc17
No related branches found
No related tags found
No related merge requests found
SRC_URI = "https://github.com/ros/nodelet_core/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz"
SRC_URI[md5sum] = "840b98ace89034029569f20a2a41af05"
SRC_URI[sha256sum] = "4cc5a76ec90b0610b794128509923beba9b6dee2cb18fdeb6fd3ecc409051262"
S = "${WORKDIR}/nodelet_core-${PV}/${ROS_BPN}"
inherit catkin
DESCRIPTION = "This package contains common nodelet tools such as a mux, demux and throttle."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "dynamic-reconfigure-native"
require nodelet-core.inc
......@@ -11,12 +11,6 @@ SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=14;endline=14;md5=d566ef916e9dedc494f5f793a6690ba5"
SRC_URI = "https://github.com/ros/nodelet_core/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz"
SRC_URI[md5sum] = "840b98ace89034029569f20a2a41af05"
SRC_URI[sha256sum] = "4cc5a76ec90b0610b794128509923beba9b6dee2cb18fdeb6fd3ecc409051262"
DEPENDS = "bondcpp boost message-generation pluginlib rosconsole roscpp rospy std-msgs libtinyxml"
S = "${WORKDIR}/nodelet_core-${PV}/${PN}"
inherit catkin
require nodelet-core.inc
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