-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
58 lines (49 loc) · 2.27 KB
/
package.xml
File metadata and controls
58 lines (49 loc) · 2.27 KB
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
<?xml version="1.0"?>
<!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- SPDX-FileCopyrightText: Czech Technical University in Prague -->
<package format="3">
<name>magnetometer_compass</name>
<version>2.0.3</version>
<description>Compass based on a 3-axis magnetometer, attitude readings and possibly also GNSS.</description>
<author email="peckama2@fel.cvut.cz">Martin Pecka</author>
<maintainer email="peckama2@fel.cvut.cz">Martin Pecka</maintainer>
<license file="LICENSE">BSD</license>
<url type="repository">https://github.com/ctu-vras/compass</url>
<url type="bugtracker">https://github.com/ctu-vras/compass/issues</url>
<url type="website">https://wiki.ros.org/magnetometer_compass</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>compass_msgs</depend>
<depend>cras_cpp_common</depend>
<depend>sensor_msgs</depend>
<depend>tf2</depend>
<build_depend>angles</build_depend>
<build_depend>compass_conversions</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend condition="$ROS_DISTRO == 'melodic'" version_gte="0.2.4">imu_transformer</build_depend>
<build_depend condition="$ROS_DISTRO == 'noetic'" version_gte="0.3.1">imu_transformer</build_depend>
<build_depend>magnetometer_pipeline</build_depend>
<build_depend>message_filters</build_depend>
<build_depend>nodelet</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>tf2_geometry_msgs</build_depend>
<build_depend>tf2_ros</build_depend>
<exec_depend>angles</exec_depend>
<exec_depend>compass_conversions</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>imu_transformer</exec_depend>
<exec_depend>magnetometer_pipeline</exec_depend>
<exec_depend>message_filters</exec_depend>
<exec_depend>nodelet</exec_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>tf2_geometry_msgs</exec_depend>
<exec_depend>tf2_ros</exec_depend>
<test_depend condition="$ROS_PYTHON_VERSION == 2">python-catkin-lint</test_depend>
<test_depend condition="$ROS_PYTHON_VERSION == 3">python3-catkin-lint</test_depend>
<test_depend>roslaunch</test_depend>
<test_depend>roslint</test_depend>
<test_depend>rostest</test_depend>
<export>
<rosdoc config="rosdoc.yaml" />
<nodelet plugin="${prefix}/nodelets.xml" />
</export>
</package>