-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.xml
28 lines (22 loc) · 1.1 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
<?xml version='1.0' encoding='utf-8'?>
<package format="3">
<name>message_logger</name>
<version>0.2.24</version>
<description>The message logger package</description>
<author email="[email protected]">Christian Gehring</author>
<maintainer email="[email protected]">Philipp Leemann</maintainer>
<maintainer email="[email protected]">Remo Diethelm</maintainer>
<license>BSD</license>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<!-- <build_depend>cmake_clang_tools</build_depend> -->
<!-- <depend condition="$ROS_VERSION == 1">anymal_sentry_native</depend> -->
<!-- <depend condition="$ROS_VERSION == 1">sentry_native</depend> -->
<depend condition="$ROS_VERSION == 1">roscpp</depend>
<depend condition="$ROS_VERSION == 2">rclcpp</depend>
<!-- <test_depend condition="$ROS_VERSION == 1">cmake_code_coverage</test_depend> -->
<test_depend>gtest</test_depend>
<export>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>