-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.xml
32 lines (27 loc) · 1.12 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
<package format="2">
<name>witmotion_ros</name>
<version>1.3.1</version>
<description>Standalone QT-based IMU/GPS decoder nodes for Witmotion UART-compatible sensor devices</description>
<maintainer email="[email protected]">Andrey Vukolov</maintainer>
<author email="[email protected]">Andrey Vukolov</author>
<url type="website">https://wiki.ros.org/witmotion_ros</url>
<url type="bugtracker">https://github.com/ElettraSciComp/witmotion_IMU_ros/issues</url>
<url type="repository">https://github.com/ElettraSciComp/witmotion_IMU_ros</url>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>geometry_msgs</depend>
<depend>message_runtime</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>libqt5-serialport-dev</depend>
<depend>nav_core</depend>
<depend>nav_msgs</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>rosgraph_msgs</depend>
<export>
<rosdoc config="rosdoc.yaml" />
</export>
</package>