forked from ctu-mrs/mrs_robot_diagnostics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
32 lines (25 loc) · 974 Bytes
/
package.xml
File metadata and controls
32 lines (25 loc) · 974 Bytes
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>mrs_robot_diagnostics</name>
<version>1.0.0</version>
<description>
An aggregator of states of key components from the MRS (Multi-Robot System) serves as a centralized monitoring system to provide real-time insights into the current status of the entire robotic system.
</description>
<maintainer email="spurny@fly4future.com">Vojtech Spurny</maintainer>
<author email="spurny@fly4future.com">Vojtech Spurny</author>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>cmake_modules</depend>
<depend>roscpp</depend>
<depend>nodelet</depend>
<depend>message_generation</depend>
<depend>mrs_msgs</depend>
<depend>mrs_lib</depend>
<depend>mrs_errorgraph</depend>
<depend>pluginlib</depend>
<depend>tf2_ros</depend>
<export>
<nodelet plugin="${prefix}/nodelets.xml" />
<mrs_robot_diagnostics plugin="${prefix}/plugins.xml" />
</export>
</package>