-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.xml
More file actions
37 lines (31 loc) · 1.22 KB
/
package.xml
File metadata and controls
37 lines (31 loc) · 1.22 KB
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
<?xml version="1.0"?>
<package>
<name>sentor</name>
<version>2.1.0</version>
<description>The sentor package, to check that sensor messages get published</description>
<maintainer email="fdelduchetto@lincoln.ac.uk">Francesco Del Duchetto</maintainer>
<maintainer email="abinch@sagarobotics.com">Adam Binch</maintainer>
<maintainer email="marc@hanheide.net">Marc Hanheide</maintainer>
<license>MIT</license>
<url type="website"></url>
<author email="fdelduchetto@lincoln.ac.uk">Francesco Del Duchetto</author>
<author email="abinch@sagarobotics.com">Adam Binch</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>
<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>
<export>
<!--<metapackage/> -->
</export>
</package>