17 lines
544 B
BlitzBasic
17 lines
544 B
BlitzBasic
DESCRIPTION = "Components of MoveIt connecting to perception"
|
|
SECTION = "devel"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=13;endline=13;md5=d566ef916e9dedc494f5f793a6690ba5"
|
|
|
|
DEPENDS = "moveit-core tf-conversions image-transport cv-bridge"
|
|
|
|
require moveit.inc
|
|
|
|
ROS_BPN = "moveit_ros/perception"
|
|
|
|
SRC_URI += "file://0001-moveit_ros_perception-make-OpenGL-parts-optional.patch \
|
|
file://0002-Add-C-11-support-for-moveit_ros_perception-and-movei.patch \
|
|
"
|
|
|
|
EXTRA_OECMAKE_append = " -DBUILD_OPENGL=OFF"
|