-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
32 lines (25 loc) · 920 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
32
<package format="2">
<name>victoria_perception</name>
<version>0.0.0</version>
<description>The victoria_perception package</description>
<maintainer email="[email protected]">wimble</maintainer>
<license>MIT</license>
<author email="[email protected]">wimble</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>camera_info_manager</build_depend>
<build_depend>roslaunch</build_depend>
<depend>cv_bridge</depend>
<depend>dynamic_reconfigure</depend>
<depend>image_transport</depend>
<depend>message_generation</depend>
<depend>message_runtime</depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<exec_depend>topic_tools</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>