2020-07-17 09:42:25 +03:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
2018-01-29 10:14:16 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2020-07-17 09:42:25 +03:00
|
|
|
EAPI=7
|
2018-01-29 10:14:16 +03:00
|
|
|
ROS_REPO_URI="https://github.com/ros-perception/slam_gmapping"
|
|
|
|
KEYWORDS="~amd64 ~arm"
|
|
|
|
ROS_SUBDIR=${PN}
|
|
|
|
|
|
|
|
inherit ros-catkin
|
|
|
|
|
|
|
|
DESCRIPTION="ROS wrapper for OpenSlam's Gmapping"
|
2020-07-17 09:42:25 +03:00
|
|
|
LICENSE="BSD"
|
2018-01-29 10:14:16 +03:00
|
|
|
SLOT="0"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="
|
|
|
|
dev-libs/boost:=
|
|
|
|
dev-ros/roscpp
|
|
|
|
dev-ros/tf
|
|
|
|
dev-ros/openslam_gmapping
|
|
|
|
dev-ros/rosbag_storage
|
2018-02-12 22:22:35 +03:00
|
|
|
dev-ros/gmapping
|
2018-01-29 10:14:16 +03:00
|
|
|
"
|
|
|
|
DEPEND="${RDEPEND}
|
2020-07-17 09:42:25 +03:00
|
|
|
dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
|
2018-01-29 10:14:16 +03:00
|
|
|
dev-ros/rostest"
|