-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.xml
More file actions
33 lines (28 loc) · 1.08 KB
/
package.xml
File metadata and controls
33 lines (28 loc) · 1.08 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
<?xml version="1.0"?>
<package>
<name>viper_ros</name>
<version>0.0.0</version>
<description>The ROS integration of the viper package</description>
<maintainer email="l.kunze@cs.bham.ac.uk">Lars Kunze</maintainer>
<maintainer email="n.a.hawes@cs.bham.ac.uk">Nick Hawes</maintainer>
<license>MIT</license>
<author email="l.kunze@cs.bham.ac.uk">Lars Kunze</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>actionlib</build_depend>
<build_depend>actionlib_msgs</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>rospy</build_depend>
<build_depend>smach</build_depend>
<build_depend>smach_ros</build_depend>
<build_depend>viper</build_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>actionlib</run_depend>
<run_depend>actionlib_msgs</run_depend>
<run_depend>rospy</run_depend>
<run_depend>smach</run_depend>
<run_depend>smach_ros</run_depend>
<run_depend>viper</run_depend>
</package>