-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
33 lines (27 loc) · 923 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
33
<?xml version="1.0"?>
<package format="2">
<name>aruco_cube_ros</name>
<version>1.0.0</version>
<description>The aruco_cube_ros package</description>
<author>Rhys McKercher</author>
<author>Joshua Owen</author>
<maintainer email="[email protected]">Universal Field Robots</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>cv_bridge</depend>
<depend>dynamic_reconfigure</depend>
<depend>nodelet</depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<nodelet plugin="${prefix}/aruco_cube_nodelets.xml"/>
</export>
</package>