-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
34 lines (26 loc) · 1.17 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
<?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>wolf_msgs</name>
<version>0.0.1</version>
<description>
The wolf_msgs package includes messages and services used with WoLF.
</description>
<maintainer email="[email protected]">Gennaro Raiola</maintainer>
<author>Gennaro Raiola</author>
<license>GNU General Public License v3.0</license>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<member_of_group condition="$ROS_VERSION == 2">rosidl_interface_packages</member_of_group>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<depend condition="$ROS_VERSION == 1">message_generation</depend>
<depend condition="$ROS_VERSION == 1">message_runtime</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>nav_msgs</depend>
<export>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
</export>
</package>