-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
35 lines (34 loc) · 1.29 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
<?xml version="1.0"?>
<package format="2">
<name>ipa_rubbish_bin_detection</name>
<version>1.0.1</version>
<description>The ipa_rubbish_bin_detection package</description>
<maintainer email="[email protected]">Manh-Ha Hoang</maintainer>
<author email="[email protected]">Manh-Ha Hoang</author>
<license>BSD-3</license>
<buildtool_depend>catkin</buildtool_depend>
<test_depend>rostest</test_depend>
<depend>actionlib</depend>
<depend>cmake_modules</depend>
<depend>cv_bridge</depend>
<depend>dynamic_reconfigure</depend>
<depend>eigen_conversions</depend>
<depend>geometry_msgs</depend>
<depend>image_transport</depend>
<depend>libopencv-dev</depend>
<depend>pcl_ros</depend>
<depend>message_generation</depend>
<depend>message_runtime</depend>
<depend>rosconsole</depend>
<depend>roscpp</depend>
<depend>roslaunch</depend>
<depend>roslib</depend>
<depend>rospy</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>tf</depend>
<depend>tf_conversions</depend>
<depend>visualization_msgs</depend>
<export>
</export>
</package>