2013-06-11 13:14:45 +08:00
|
|
|
DESCRIPTION = "tf is a package that lets the user keep track of multiple coordinate frames over time."
|
|
|
|
SECTION = "devel"
|
|
|
|
LICENSE = "BSD"
|
2017-08-14 17:09:48 +08:00
|
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=21;endline=21;md5=d566ef916e9dedc494f5f793a6690ba5"
|
2013-06-11 13:14:45 +08:00
|
|
|
|
2013-07-12 13:06:10 +08:00
|
|
|
DEPENDS = "angles geometry-msgs message-filters sensor-msgs tf2-ros"
|
2013-06-11 13:14:45 +08:00
|
|
|
|
|
|
|
require geometry.inc
|
2013-10-12 23:17:29 +08:00
|
|
|
|
2017-04-07 19:54:49 +08:00
|
|
|
RDEPENDS_${PN} = "${PYTHON_PN}-numpy"
|
2017-04-10 19:21:31 +08:00
|
|
|
|
2019-02-27 22:32:59 +08:00
|
|
|
SRC_URI += "file://0001-cmake-remove-boost-signals-search-as-it-is-removed-s.patch;striplevel=2"
|
|
|
|
|
2017-04-10 19:21:31 +08:00
|
|
|
# This option disables python support in case of python3 flavour of ROS because
|
|
|
|
# only python2 is supported by tf.
|
|
|
|
EXTRA_OECMAKE =+ "${@'-DANDROID=ON' if d.getVar('PYTHON_PN', True) == 'python3' else ''}"
|