# Generated by superflore -- DO NOT EDIT
#
# Copyright 2019 Open Source Robotics Foundation
inherit ros_distro_${ROS_DISTRO}
inherit ros_superflore_generated
DESCRIPTION = "
This package represents OpenRTM-aist that's built within ROS eco system. Although being ROS-agnostic by itself, you can use this via ROS together with the packages in rtmros_common that bridge between two framework.
OpenRTM-aist is an RT-Middleware-baseed, component-oriented software platform to robotics development that is made and maintained in AIST (National Institute of Advanced Industrial Science and Technology) in Japan (excerpts from here)
Its development is happening at openrtm.org/pub/OpenRTM-aist. The repository listed below is where the development of its ROS wrapper happening.
"
AUTHOR = "Kei Okada "
ROS_AUTHOR = "Noriaki Ando "
HOMEPAGE = "http://ros.org/wiki/openrtm_aist"
SECTION = "devel"
LICENSE = "EPL"
LIC_FILES_CHKSUM = "file://package.xml;beginline=15;endline=15;md5=b1456987590b6d6fb15d36f398651b8b"
ROS_CN = "openrtm_aist"
ROS_BPN = "openrtm_aist"
ROS_BUILD_DEPENDS = " \
crossguid \
doxygen \
omniorb \
python \
"
ROS_BUILDTOOL_DEPENDS = " \
automake-native \
cmake-native \
libtool-native \
pkgconfig-native \
"
ROS_EXPORT_DEPENDS = " \
catkin \
crossguid \
omniorb \
"
ROS_BUILDTOOL_EXPORT_DEPENDS = ""
ROS_EXEC_DEPENDS = " \
catkin \
crossguid \
omniorb \
"
# Currently informational only -- see http://www.ros.org/reps/rep-0149.html#dependency-tags.
ROS_TEST_DEPENDS = ""
DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}"
# Bitbake doesn't support the "export" concept, so build them as if we needed them to build this package (even though we actually
# don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS.
DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}"
RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}"
SRC_URI = "https://github.com/tork-a/openrtm_aist-release/archive/release/melodic/openrtm_aist/1.1.2-3.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "6d513e0de00a1d378ffa5bf124bb9d52"
SRC_URI[sha256sum] = "9e3839327b8c0851e91d541cbaf85d0fec16a95bd32522deeed45deb3e404320"
S = "${WORKDIR}/openrtm_aist-release-release-melodic-openrtm_aist-1.1.2-3"
ROS_COMPONENT_TYPE = "${@ros_distro__get_component_type('openrtm-aist', d)}"
ROS_BUILD_TYPE = "cmake"
# Allow the above settings to be overridden.
ROS_INCLUDES_TREE := "${@ros_superflore_generated__get_includes_tree('openrtm-aist', d)}"
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/openrtm-aist/openrtm-aist_common.inc
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/openrtm-aist/openrtm-aist-${PV}_common.inc
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/openrtm-aist/${BPN}.inc
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/openrtm-aist/${BPN}-${PV}.inc
inherit ${ROS_COMPONENT_TYPE}_component
inherit ros_${ROS_BUILD_TYPE}