hector_slam-9999.ebuild 700 B

12345678910111213141516171819202122232425262728293031
  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_slam"
  5. KEYWORDS="~amd64 ~arm"
  6. ROS_SUBDIR=${PN}
  7. inherit ros-catkin
  8. DESCRIPTION="hector_mapping and related packages"
  9. LICENSE="BSD"
  10. SLOT="0"
  11. IUSE=""
  12. RDEPEND="
  13. dev-ros/hector_compressed_map_transport
  14. dev-ros/hector_geotiff_plugins
  15. dev-ros/hector_imu_tools
  16. dev-ros/hector_map_server
  17. dev-ros/hector_marker_drawing
  18. dev-ros/hector_trajectory_server
  19. dev-ros/hector_geotiff
  20. dev-ros/hector_imu_attitude_to_tf
  21. dev-ros/hector_mapping
  22. dev-ros/hector_map_tools
  23. dev-ros/hector_nav_msgs
  24. dev-ros/hector_slam_launch
  25. "
  26. DEPEND=""