forked from ros-drivers/microstrain_mips
-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.xml
44 lines (38 loc) · 1.43 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
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0"?>
<package format="2">
<name>microstrain_inertial_driver</name>
<version>4.5.0</version>
<description>The ros_mscl package provides a driver for the LORD/Microstrain inertial products.</description>
<author>Brian Bingham</author>
<author>Parker Hannifin Corp</author>
<maintainer email="[email protected]">Rob Fisher</maintainer>
<maintainer email="[email protected]">Melissa Gill</maintainer>
<license>MIT</license>
<url type="website">https://github.com/LORD-MicroStrain/microstrain_inertial</url>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>git</buildtool_depend>
<depend>roscpp</depend>
<depend>cmake_modules</depend>
<depend>diagnostic_updater</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>
<depend>nmea_msgs</depend>
<depend>rtcm_msgs</depend>
<depend>tf2_geometry_msgs</depend>
<depend>microstrain_inertial_msgs</depend>
<!-- Static or header only library deps -->
<build_depend>eigen</build_depend>
<build_depend>geographiclib</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>roslint</build_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>diagnostic_aggregator</exec_depend>
<export>
<rosdoc config="rosdoc.yaml" />
</export>
</package>