forked from ros-teleop/twist_mux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
48 lines (40 loc) · 1.42 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0"?>
<package>
<name>twist_mux</name>
<version>3.1.1</version>
<description>
Twist multiplexer, which multiplex several velocity commands (topics) and
allows to priorize or disable them (locks).
</description>
<maintainer email="[email protected]">Enrique Fernandez</maintainer>
<author email="[email protected]">Enrique Fernandez</author>
<author email="[email protected]">Siegfried-A. Gevatter Pujals</author>
<license>CC BY-NC-SA 4.0</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_depend>diagnostic_updater</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>visualization_msgs</run_depend>
<run_depend>twist_mux_msgs</run_depend>
<run_depend>diagnostic_updater</run_depend>
<!-- Tests -->
<build_depend>rostest</build_depend>
<test_depend>rospy</test_depend>
<test_depend>rostopic</test_depend>
<export>
<rosindex>
<tags>
<tag>control</tag>
<tag>twist</tag>
<tag>cmd_vel</tag>
<tag>multiplex</tag>
<tag>mux</tag>
</tags>
</rosindex>
</export>
</package>