package.xml 1.0 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0"?>
  2. <?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
  3. <package format="3">
  4. <name>fast_gicp</name>
  5. <version>0.0.0</version>
  6. <description>A collection of fast point cloud registration implementations</description>
  7. <maintainer email="k.koide@aist.go.jp">k.koide</maintainer>
  8. <license>BSD</license>
  9. <url type="website">https://github.com/SMRT-AIST/fast_gicp</url>
  10. <url type="repository">https://github.com/SMRT-AIST/fast_gicp</url>
  11. <url type="bugtracker">https://github.com/SMRT-AIST/fast_gicp/issues</url>
  12. <buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
  13. <buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
  14. <build_depend>ros_environment</build_depend>
  15. <depend>libpcl-all-dev</depend>
  16. <depend>eigen</depend>
  17. <export>
  18. <build_type condition="$ROS_VERSION == 1">catkin</build_type>
  19. <build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
  20. </export>
  21. </package>