forked from LCAS/sentor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
44 lines (37 loc) · 1.37 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
<?xml version="1.0"?>
<package>
<name>sentor</name>
<version>2.2.0</version>
<description>The sentor package, to monitor ROS messages</description>
<maintainer email="[email protected]">Adam Binch</maintainer>
<license>MIT</license>
<url type="website"></url>
<author email="[email protected]">Adam Binch</author>
<author email="[email protected]">Francesco Del Duchetto</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<build_depend>rospy</build_depend>
<build_depend>rostopic</build_depend>
<build_depend>rosservice</build_depend>
<build_depend>actionlib</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>std_srvs</build_depend>
<build_depend>tf</build_depend>
<build_depend>rosgraph</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>topic_tools</build_depend>
<run_depend>rospy</run_depend>
<run_depend>rostopic</run_depend>
<run_depend>rosservice</run_depend>
<run_depend>actionlib</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>std_srvs</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>tf</run_depend>
<run_depend>rosgraph</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>topic_tools</run_depend>
<export>
<!--<metapackage/> -->
</export>
</package>