-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.xml
37 lines (32 loc) · 1.37 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
<?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">
<!-- package information -->
<name>ximea_ros_cam</name>
<version>1.0.1</version>
<description>Ximea ROS Camera</description>
<!-- authour information -->
<author email="[email protected]">Carlos Wang</author>
<maintainer email="[email protected]">Michal Antkiewicz</maintainer>
<license>MIT</license>
<!-- build tool information -->
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake_core</buildtool_depend>
<!-- depends -->
<depend condition="$ROS_VERSION == 1">roscpp</depend>
<depend>roslib</depend>
<depend>nodelet</depend>
<depend>sensor_msgs</depend>
<depend>image_transport</depend>
<depend>camera_info_manager</depend>
<depend>std_msgs</depend>
<depend>libopencv-dev</depend>
<depend>message_generation</depend>
<depend>diagnostic_updater</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
<nodelet plugin="${prefix}/nodelets.xml"/>
</export>
</package>