-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
31 lines (27 loc) · 1.02 KB
/
manifest.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
<?xml version="1.0"?>
<package>
<description brief="oroGen driver for GPS devices">
This oroGen component offers a common GPS interface. A specific task for
gpsd servers is offered, as well as an integrated driver for the Magellan
MB500 differential GPS board. Additional functionality includes the
reception of differential data through UDP sockets.
</description>
<author>Sylvain Joyeux/[email protected]</author>
<copyright>
DFKI/[email protected]
Sylvain Joyeux/[email protected]
</copyright>
<license>GPL v2 or later</license>
<!-- PROJ.4 is required by GDAL to support long/lat to UTM convertions -->
<depend package="gdal"/>
<depend package="proj"/>
<!-- for the GPSd driver -->
<depend package="libgps"/>
<!-- for the MB500 driver -->
<depend package="drivers/mb500"/>
<depend package="base/orogen/types"/>
<depend package="drivers/orogen/gps_base"/>
<depend package="tools/logger"/>
<depend package="orogen"/>
<tags>stable</tags>
</package>