# Copyright 2020 Open Source Robotics Foundation # Distributed under the terms of the BSD license EAPI=6 PYTHON_COMPAT=( python{2_7,3_5,3_6} ) inherit ros-cmake DESCRIPTION="" HOMEPAGE="https://wiki.ros.org" SRC_URI="https://gitlab.com/${PN}/public/${PN}-release/repository/archive.tar.gz?ref=release/melodic/${PN}/2.0.2-1 -> ${PN}-melodic-release-${PV}.tar.gz" LICENSE="LGPL-2" KEYWORDS="~x86 ~amd64 ~arm ~arm64" RDEPEND=" ros-melodic/toposens_description ros-melodic/toposens_driver ros-melodic/toposens_markers ros-melodic/toposens_msgs ros-melodic/toposens_pointcloud ros-melodic/toposens_sync " DEPEND="${RDEPEND} ros-melodic/catkin " SLOT="0" ROS_DISTRO="melodic" ROS_PREFIX="opt/ros/${ROS_DISTRO}"