forked from ros-drivers/nmea_navsat_driver
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
30 lines (24 loc) · 1.03 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
<?xml version="1.0"?>
<package format="2">
<name>nmea_navsat_driver</name>
<version>1.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]">Yoshua Nava</maintainer>
<maintainer email="[email protected]">Maximilian Wulf</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>