-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
34 lines (30 loc) · 1.09 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
32
33
34
<package>
<name>multimux</name>
<version>0.0.1</version>
<description>
Grouped-input version of topic_tools/mux. Switches between sets of inputs.
</description>
<maintainer email="hersh@willowgarage.com">Dave Hershberger</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/multimux</url>
<author>Morgan Quigley</author>
<author>Brian Gerkey</author>
<author>Dave Hershberger</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cpp_common</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>rosconsole</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rostest</build_depend>
<build_depend>rostime</build_depend>
<build_depend>rosunit</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>xmlrpcpp</build_depend>
<build_depend>topic_tools</build_depend>
<run_depend>message_runtime</run_depend>
<run_depend>rosconsole</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rostime</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>xmlrpcpp</run_depend>
</package>