-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
52 lines (44 loc) · 1.82 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
<?xml version="1.0" encoding="utf-8" ?>
<!--
SPDX-License-Identifier: BSD-3-Clause
SPDX-FileCopyrightText: Czech Technical University in Prague
-->
<package format="3">
<name>cras_septentrio_gnss_driver</name>
<version>1.0.0</version>
<description>Improved Septentrio GNSS driver providing more standardized ROS output.</description>
<maintainer email="[email protected]">Martin Pecka</maintainer>
<author>Martin Pecka</author>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>compass_msgs</build_depend>
<build_depend>cras_cpp_common</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>gps_common</build_depend>
<build_depend>nmea_msgs</build_depend>
<build_depend>pluginlib</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend version_gte="1.4.1">septentrio_gnss_driver</build_depend>
<build_depend>tf2</build_depend>
<build_depend>tf2_geometry_msgs</build_depend>
<exec_depend>compass_msgs</exec_depend>
<exec_depend>cras_cpp_common</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>gps_common</exec_depend>
<exec_depend>nmea_msgs</exec_depend>
<exec_depend>nodelet</exec_depend>
<exec_depend>pluginlib</exec_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend version_gte="1.4.1">septentrio_gnss_driver</exec_depend>
<exec_depend>tf2</exec_depend>
<exec_depend>tf2_geometry_msgs</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>
<export>
<nodelet plugin="${prefix}/nodelets.xml" />
</export>
</package>