2017-03-16 23:04:24 +08:00
|
|
|
DESCRIPTION = "Planning components of MoveIt that use ROS"
|
|
|
|
SECTION = "devel"
|
|
|
|
LICENSE = "BSD"
|
|
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=13;endline=13;md5=d566ef916e9dedc494f5f793a6690ba5"
|
|
|
|
|
2018-05-15 21:47:00 +08:00
|
|
|
DEPENDS = "moveit-core moveit-ros-perception dynamic-reconfigure ${PYTHON_PN}-rospkg libtinyxml tf-conversions"
|
2017-03-16 23:04:24 +08:00
|
|
|
|
2017-04-14 01:41:46 +08:00
|
|
|
require moveit.inc
|
2017-03-16 23:04:24 +08:00
|
|
|
|
|
|
|
ROS_BPN = "moveit_ros/planning"
|
|
|
|
|
2017-04-25 16:03:47 +08:00
|
|
|
SRC_URI =+ "${@'file://0001-call-python3-for-dynamic-reconfigurations.patch' if d.getVar('PYTHON_PN', True) == 'python3' else ''}"
|
|
|
|
|
2017-03-16 23:04:24 +08:00
|
|
|
FILES_${PN} += "${ros_libdir}/moveit_ros_planning/*"
|