forked from ros-drivers/microstrain_mips
-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.xml
32 lines (24 loc) · 973 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
28
29
30
31
32
<?xml version="1.0"?>
<package format="2">
<name>microstrain_inertial_rqt</name>
<version>4.5.0</version>
<description>The microstrain_inertial_rqt package provides several RQT widgets to view the status of Microstrain devices</description>
<author>Parker Hannifin Corp</author>
<maintainer email="[email protected]">Rob Fisher</maintainer>
<maintainer email="[email protected]">Melissa Gill</maintainer>
<license>BSD</license>
<url type="website">https://github.com/LORD-MicroStrain/microstrain_inertial</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>rospy</depend>
<depend>tf</depend>
<depend>rqt_gui</depend>
<depend>rqt_gui_py</depend>
<depend>std_msgs</depend>
<depend>nav_msgs</depend>
<depend>geometry_msgs</depend>
<depend>microstrain_inertial_msgs</depend>
<!-- all the existing tags -->
<export>
<rqt_gui plugin="${prefix}/microstrain_inertial_rqt_common/plugin.xml"/>
</export>
</package>