forked from ros-drivers/microstrain_mips
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
32 lines (28 loc) · 1.06 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
<?xml version="1.0"?>
<package format="2">
<name>microstrain_mips</name>
<version>0.0.2</version>
<description>The microstrain_mips package provides a driver for the LORD/Microstrain 3DM_GX5_XX GPS-aided IMU sensor.</description>
<author email="[email protected]">Brian Bingham</author> -->
<maintainer email="[email protected]">Brian Bingham</maintainer>
<license>GPL</license>
<url type="website">http://wiki.ros.org/microstrain_3dm_gx5_45</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>cmake_modules</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>nav_msgs</depend>
<build_depend>message_generation</build_depend>
<build_depend>roslint</build_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>diagnostic_updater</exec_depend>
<exec_depend>diagnostic_aggregator</exec_depend>
<export>
<rosdoc config="rosdoc.yaml" />
</export>
</package>