hector_localization-0.2.1.ebuild 500 B

12345678910111213141516171819202122
  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/tu-darmstadt-ros-pkg/hector_localization"
  5. KEYWORDS="~amd64 ~arm"
  6. ROS_SUBDIR=${PN}
  7. inherit ros-catkin
  8. DESCRIPTION="Collection of packages, that provide the full 6DOF pose of a robot or platform"
  9. LICENSE="BSD"
  10. SLOT="0"
  11. IUSE=""
  12. RDEPEND="
  13. dev-ros/hector_pose_estimation
  14. dev-ros/hector_pose_estimation_core
  15. dev-ros/message_to_tf
  16. "
  17. DEPEND="${RDEPEND}"