forked from victoriarobotics/nmea_navsat_driver
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.xml
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_navsat_driver</name>
<version>0.5.0</version>
<description>
Package to parse NMEA strings 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="[email protected]">Eric Perko</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">http://ros.org/wiki/nmea_navsat_driver</url>
<!-- Author tags are optional, mutiple are allowed, one per tag -->
<!-- Authors do not have to be maintianers, but could be -->
<author email="[email protected]">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>