-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
executable file
·22 lines (21 loc) · 828 Bytes
/
Copy pathpackage.xml
File metadata and controls
executable file
·22 lines (21 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package format="2">
<name>object_detector</name>
<version>1.0.0</version>
<description>none</description>
<maintainer email="yxpeng@udel.edu">Yuxiang Peng</maintainer>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>usfs_common</build_depend>
<build_depend>usfs_inference</build_depend>
<build_depend>usfs_bridge</build_depend>
<build_depend>usfs_example</build_depend>
<build_depend>platform_driver</build_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>usfs_common</exec_depend>
<exec_depend>usfs_inference</exec_depend>
<exec_depend>usfs_example</exec_depend>
<exec_depend>usfs_bridge</exec_depend>
<exec_depend>platform_driver</exec_depend>
</package>