forked from ANYbotics/nmea_navsat_driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
32 lines (26 loc) · 998 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<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 or use the GPSD deamon.
</description>
<maintainer email="[email protected]">Ed Venator</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/nmea_navsat_driver</url>
<author email="[email protected]">Eric Perko</author>
<author>Steven Martin</author>
<buildtool_depend>catkin</buildtool_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>python-serial</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>nmea_msgs</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<test_depend>roslint</test_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- This is a pure Python package, so mark it architecture independent -->
<architecture_independent/>
</export>
</package>