-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
42 lines (33 loc) · 1.41 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
<?xml version="1.0"?>
<!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- SPDX-FileCopyrightText: Czech Technical University in Prague -->
<package format="3">
<name>magnetic_model</name>
<version>2.0.3</version>
<description>World Magnetic Model ROS API.</description>
<maintainer email="[email protected]">Martin Pecka</maintainer>
<author email="[email protected]">Martin Pecka</author>
<license file="LICENSE">BSD</license>
<license file="data/magnetic/LICENSE">Public Domain</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/magnetic_model</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>angles</build_depend>
<build_depend>geographiclib</build_depend>
<build_depend>roslib</build_depend>
<exec_depend>angles</exec_depend>
<exec_depend>geographiclib</exec_depend>
<exec_depend>roslib</exec_depend>
<depend>compass_msgs</depend>
<depend>cras_cpp_common</depend>
<depend>geometry_msgs</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</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>roslint</test_depend>
<export>
<rosdoc config="rosdoc.yaml" />
</export>
</package>