18 lines
743 B
BlitzBasic
18 lines
743 B
BlitzBasic
DESCRIPTION = "This package contains a set of tools that can be used from \
|
|
a hard realtime thread, without breaking the realtime behavior. The tools \
|
|
currently only provides the realtime publisher, which makes it possible \
|
|
to publish messages to a ROS topic from a realtime thread."
|
|
SECTION = "devel"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=16;endline=16;md5=d566ef916e9dedc494f5f793a6690ba5"
|
|
|
|
DEPENDS = "roscpp rospy"
|
|
|
|
SRC_URI = "https://github.com/ros-controls/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
|
SRC_URI[md5sum] = "822a59e2c24a7e08d3a9ce44f894dea3"
|
|
SRC_URI[sha256sum] = "6016a28f5a26b581330327f801eee3cadbc7ae116d8f4d8dc56e77bc57fe6068"
|
|
|
|
S = "${WORKDIR}/${ROS_SP}"
|
|
|
|
inherit catkin
|