urdf_tutorial-0.2.4.ebuild 429 B

123456789101112131415161718192021222324
  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/urdf_tutorial"
  5. KEYWORDS="~amd64"
  6. inherit ros-catkin
  7. DESCRIPTION="URDF tutorials"
  8. LICENSE="BSD"
  9. SLOT="0"
  10. IUSE=""
  11. RDEPEND="
  12. dev-ros/urdf
  13. dev-ros/joint_state_publisher
  14. dev-ros/pr2_description
  15. dev-ros/robot_state_publisher
  16. dev-ros/rviz
  17. dev-ros/xacro
  18. "
  19. DEPEND="${RDEPEND}"