forked from ethz-asl/geodetic_utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
27 lines (23 loc) · 925 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
<?xml version="1.0"?>
<package format="2">
<name>geodetic_utils</name>
<version>1.0.0</version>
<description>Simple library for converting coordinates to/from several geodetic frames (lat/lon, ECEF, ENU, NED, etc.)</description>
<author>Enric Galceran</author>
<author>Marija Popovic</author>
<author>Raghav Khanna</author>
<maintainer email="[email protected]">Enric Galceran</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>catkin_simple</buildtool_depend>
<!-- Dependencies. -->
<depend>roslib</depend>
<depend>roscpp</depend>
<depend>tf</depend>
<depend>sensor_msgs</depend>
<depend>geometry_msgs</depend>
<!--cmake_modules dependency required for (find Eigen) command-->
<depend>cmake_modules</depend>
<!--std_srvs provides the Empty service used to reset the gps reference ]-->
<depend>std_srvs</depend>
</package>