forked from UNNC-AIM/rm_dbus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
20 lines (18 loc) · 814 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package format="2">
<name>rm_dbus</name>
<version>0.0.1</version>
<description>A package that uses dbus to read remote control information</description>
<maintainer email="[email protected]">mxdh</maintainer>
<license>BSD</license>
<author email="[email protected]">mxdh</author>
<!-- buildtool_depend: dependencies of the build process -->
<buildtool_depend>catkin</buildtool_depend>
<!-- build_depend: dependencies only used in source files -->
<!-- depend: build, export, and execution dependency -->
<depend>roscpp</depend>
<depend>std_msgs</depend>
<build_depend>message_generation</build_depend>
<build_export_depend>message_runtime</build_export_depend>
<exec_depend>message_runtime</exec_depend>
</package>