forked from sniekum/ml_classifiers
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
54 lines (40 loc) · 2.38 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ml_classifiers</name>
<version>1.0.1</version>
<description>ml_classifiers</description>
<maintainer email="software@autonomoustuff.com">AutonomouStuff Software Development Team</maintainer>
<license>BSD</license>
<url type="website">http://wiki.ros.org/ml_classifiers</url>
<url type="repository">https://github.com/astuff/ml_classifiers</url>
<url type="bugtracker">https://github.com/astuff/ml_classifiers/issues</url>
<author email="sniekum@cs.utexas.edu">Scott Niekum</author>
<author email="jwhitley@autonomoustuff.com">Joshua Whitley</author>
<buildtool_depend>ros_environment</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<build_depend condition="$ROS_VERSION == 1">message_generation</build_depend>
<build_depend condition="$ROS_VERSION == 2">rosidl_default_generators</build_depend>
<depend>eigen</depend>
<depend>pluginlib</depend>
<depend>std_msgs</depend>
<depend condition="$ROS_VERSION == 1">roscpp</depend>
<depend condition="$ROS_VERSION == 1">roslib</depend>
<depend condition="$ROS_VERSION == 2">rclcpp</depend>
<exec_depend condition="$ROS_VERSION == 1">message_runtime</exec_depend>
<exec_depend condition="$ROS_VERSION == 2">rosidl_default_runtime</exec_depend>
<test_depend condition="$ROS_VERSION == 2">ament_lint_auto</test_depend>
<test_depend condition="$ROS_VERSION == 2">ament_cmake_copyright</test_depend>
<test_depend condition="$ROS_VERSION == 2">ament_cmake_cppcheck</test_depend>
<test_depend condition="$ROS_VERSION == 2">ament_cmake_cpplint</test_depend>
<test_depend condition="$ROS_VERSION == 2">ament_cmake_lint_cmake</test_depend>
<test_depend condition="$ROS_VERSION == 2">ament_cmake_uncrustify</test_depend>
<test_depend condition="$ROS_VERSION == 2">ament_cmake_xmllint</test_depend>
<member_of_group>rosidl_interface_packages</member_of_group>
<export>
<ml_classifiers condition="$ROS_VERSION == 1" plugin="${prefix}/ros1_default_classifiers_plugin.xml"/>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>