-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.xml
37 lines (29 loc) · 1.12 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
<?xml version="1.0"?>
<package>
<name>object_search</name>
<version>0.0.1</version>
<description>The object_search package</description>
<maintainer email="[email protected]">Lars Kunze</maintainer>
<license>BSD</license>
<author email="[email protected]">Lars Kunze</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rospy</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>octomap</build_depend>
<build_depend>nav_goals_msgs</build_depend>
<build_depend>qsr_msgs</build_depend>
<!-- <build_depend>beginner_tutorials</build_depend> -->
<run_depend>rospy</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>octomap</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>nav_msgs</run_depend>
<run_depend>qsr_msgs</run_depend>
<run_depend>smach</run_depend>
<run_depend>smach_ros</run_depend>
<run_depend>nav_goals_msgs</run_depend>
<run_depend>classifier_srv_definitions</run_depend>
<run_depend>object_search_action</run_depend>
<!-- <run_depend>beginner_tutorials</run_depend> -->
</package>