# Copyright 2021 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="Playstation 3 SIXAXIS or DUAL SHOCK 3 joystick driver.\ Driver for the [...]" HOMEPAGE="http://www.ros.org/wiki/ps3joy" SRC_URI="https://github.com/ros-gbp/joystick_drivers-release/archive/release/noetic/${PN}/1.15.0-1.tar.gz -> ${PN}-noetic-release-${PV}.tar.gz" LICENSE="BSD" KEYWORDS="~x86 ~amd64 ~arm ~arm64" RDEPEND=" ros-noetic/diagnostic_msgs ros-noetic/rosgraph ros-noetic/rospy ros-noetic/sensor_msgs net-wireless/bluez games-util/joystick virtual/libusb dev-python/pybluez " DEPEND="${RDEPEND} ros-noetic/catkin ros-noetic/roslint " SLOT="0" ROS_DISTRO="noetic" ROS_PREFIX="opt/ros/${ROS_DISTRO}"