-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.xml
executable file
·37 lines (31 loc) · 1.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
<?xml version="1.0"?>
<package>
<name>nmea_tcp_driver</name>
<version>0.5.0</version>
<description>
Package to parse NMEA strings from TCP input and publish a very simple GPS message. Does not require the GPSD deamon.
</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<maintainer email="arpino.gabriel@gmail.com">Gabriel Arpino</maintainer>
<!-- One license tag required, multiple allowed, one license per tag -->
<license>BSD</license>
<!-- Url tags are optional, but mutiple are allowed, one per tag -->
<!-- Optional attribute type can be: website, bugtracker, or repository -->
<!-- <url type="website"></url> -->
<!-- Author tags are optional, mutiple are allowed, one per tag -->
<!-- Authors do not have to be maintianers, but could be -->
<!-- <author email="eric@ericperko.com">Eric Perko</author>
<author>Steven Martin</author> -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roslint</build_depend>
<run_depend>rospy</run_depend>
<run_depend>python-serial</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>nmea_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- This is a pure Python package, so mark it architecture independent -->
<architecture_independent/>
</export>
</package>