-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
49 lines (40 loc) · 1.77 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
<?xml version="1.0"?>
<!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- SPDX-FileCopyrightText: Czech Technical University in Prague -->
<package format="3">
<name>magnetometer_pipeline</name>
<version>2.0.3</version>
<description>Calibration and removing of magnetometer bias.</description>
<author email="[email protected]">Martin Pecka</author>
<maintainer email="[email protected]">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_pipeline</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>cras_cpp_common</depend>
<depend>message_filters</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<build_depend>eigen</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>nodelet</build_depend>
<build_depend>tf2_eigen</build_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>nodelet</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>std_srvs</exec_depend>
<exec_depend>tf2_eigen</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>