-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.xml
64 lines (50 loc) · 2.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?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>pose_cov_ops</name>
<version>0.3.13</version>
<description>C++ library for SE(2)/SE(3) pose composition operations with uncertainty</description>
<maintainer email="[email protected]">Jose-Luis Blanco-Claraco</maintainer>
<maintainer email="[email protected]">Markus Bader</maintainer>
<license>BSD</license>
<url type="website">https://wiki.ros.org/pose_cov_ops</url>
<!-- COMMON DEPS -->
<build_depend>ros_environment</build_depend>
<!-- BUILD TOOLS -->
<buildtool_depend>cmake</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake_gtest</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake_gmock</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<!-- COMMON DEPS -->
<depend>mrpt_libposes</depend>
<depend>mrpt_libros_bridge</depend>
<!-- DEPS for mrpt_libros_bridge (can be removed after release of mrpt_libros_bridge>=2.13.8) -->
<depend>cv_bridge</depend>
<depend>nav_msgs</depend>
<depend>sensor_msgs</depend>
<depend>geometry_msgs</depend>
<depend>std_msgs</depend>
<depend>stereo_msgs</depend>
<depend>tf2</depend>
<depend condition="$ROS_VERSION == 1">roscpp</depend>
<depend condition="$ROS_VERSION == 2">rclcpp</depend>
<!-- -->
<!-- re-add after removing the workaround above:
<depend>geometry_msgs</depend>
<depend>tf2</depend> -->
<test_depend>gtest</test_depend>
<!-- ROS1 -->
<!-- re-add after removing the workaround above:
<depend condition="$ROS_VERSION == 1">roscpp</depend> -->
<test_depend condition="$ROS_VERSION == 1">rosunit</test_depend>
<test_depend condition="$ROS_VERSION == 1">gtest</test_depend>
<!-- ROS2 -->
<test_depend condition="$ROS_VERSION == 2">ament_lint_auto</test_depend>
<test_depend condition="$ROS_VERSION == 2">ament_lint_common</test_depend>
<build_depend condition="$ROS_VERSION == 2">ament_cmake_xmllint</build_depend>
<export>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>