You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ros/pcl_ros/pcl_ros-1.4.1.ebuild

39 lines
861 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
ROS_REPO_URI="https://github.com/ros-perception/perception_pcl"
KEYWORDS="~amd64 ~arm"
PYTHON_COMPAT=( python2_7 )
ROS_SUBDIR=${PN}
inherit ros-catkin
DESCRIPTION="PCL (Point Cloud Library) ROS interface stack"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="
dev-ros/roscpp
dev-ros/rosbag
dev-ros/rosconsole
dev-ros/roslib
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
>=dev-cpp/eigen-3.2.5:3
dev-ros/pluginlib
dev-ros/tf
dev-ros/tf2
dev-ros/tf2_ros
dev-ros/tf2_eigen
dev-ros/nodelet
dev-ros/nodelet_topic_tools
sci-libs/pcl[qhull]
dev-ros/pcl_conversions
dev-ros/pcl_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
"
DEPEND="${RDEPEND}"