forked from ros-perception/vision_msgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
29 lines (22 loc) · 754 Bytes
/
package.xml
File metadata and controls
29 lines (22 loc) · 754 Bytes
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
<?xml version="1.0"?>
<package format="2">
<name>vision_msgs</name>
<version>0.0.1</version>
<description>
Messages for interfacing with various computer vision pipelines, such as
object detectors.
</description>
<author email="adam.d.allevato@gmail.com">Adam Allevato</author>
<maintainer email="adam.d.allevato@gmail.com">Adam Allevato</maintainer>
<license>Apache License 2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>geometry_msgs</depend>
<exec_depend>message_runtime</exec_depend>
<test_depend>rosunit</test_depend>
<export>
<architecture_independent/>
</export>
</package>