forked from ros-drivers/microstrain_mips
-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.xml
24 lines (19 loc) · 861 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
<?xml version="1.0"?>
<package format="2">
<name>microstrain_inertial_examples</name>
<version>4.5.0</version>
<description>Simple examples using the microstrain_inertial_driver for MicroStrain sensors.</description>
<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>
<exec_depend>microstrain_inertial_driver</exec_depend>
<exec_depend>rviz</exec_depend>
<exec_depend>tf</exec_depend>
<exec_depend>rviz_imu_plugin</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>