-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.xml
31 lines (24 loc) · 1005 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>mas_perception_libs</name>
<version>1.0.0</version>
<description>contains shared common perception functionality for the b-it-bots team</description>
<author email="minh.nguyen@smail.inf.h-brs.de">Minh Nguyen</author>
<maintainer email="robotics@inf.h-brs.de">MAS robotics</maintainer>
<license>LGPLv3</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>dynamic_reconfigure</depend>
<depend>mas_perception_msgs</depend>
<build_depend>cv_bridge</build_depend>
<build_depend>image_geometry</build_depend>
<build_depend>pcl_ros</build_depend>
<build_depend>roscpp_serialization</build_depend>
<build_depend>roslint</build_depend>
<build_export_depend>message_runtime</build_export_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>image_view</exec_depend>
<exec_depend>ros_numpy</exec_depend>
<test_depend>rosunit</test_depend>
</package>