package.xml 942 B

12345678910111213141516171819202122232425
  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>ndt_omp</name>
  5. <version>0.0.0</version>
  6. <description>OpenMP boosted NDT and GICP algorithms</description>
  7. <maintainer email="koide@aisl.cs.tut.ac.jp">koide</maintainer>
  8. <license>BSD</license>
  9. <buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
  10. <buildtool_depend condition="$ROS_VERSION == 2">ament_cmake_auto</buildtool_depend>
  11. <buildtool_depend>ros_environment</buildtool_depend>
  12. <depend condition="$ROS_VERSION == 1">pcl_ros</depend>
  13. <depend condition="$ROS_VERSION == 1">roscpp</depend>
  14. <depend condition="$ROS_VERSION == 2">libpcl-all-dev</depend>
  15. <export>
  16. <build_type condition="$ROS_VERSION == 1">catkin</build_type>
  17. <build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
  18. </export>
  19. </package>