calibration_setup_helper-0.10.14.ebuild 434 B

12345678910111213141516171819
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. ROS_REPO_URI="https://github.com/ros-perception/calibration"
  5. KEYWORDS="~amd64 ~arm"
  6. PYTHON_COMPAT=( python2_7 )
  7. ROS_SUBDIR=${PN}
  8. inherit ros-catkin
  9. DESCRIPTION="Script to generate calibration launch and configurationfiles for your robot"
  10. LICENSE="BSD"
  11. SLOT="0"
  12. IUSE=""
  13. DEPEND=""
  14. RDEPEND="dev-ros/calibration_launch"