-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
32 lines (23 loc) · 1.12 KB
/
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
<?xml version="1.0"?>
<package format="3">
<name>cnr_tf_named_object_loader</name>
<version>0.0.0</version>
<description>The cnr_tf_named_object_loader package</description>
<maintainer email="[email protected]">Nicola Pedrocchi</maintainer>
<license>Apache License</license>
<license file="LICENSE">Apache License</license>
<!-- <url type="website">http://wiki.ros.org/cnr_tf_named_object_loader</url> -->
<author email="[email protected]">Nicola Pedrocchi</author>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<build_depend>moveit_msgs</build_depend>
<build_depend>moveit_ros_planning_interface</build_depend>
<build_export_depend>moveit_msgs</build_export_depend>
<build_export_depend>moveit_ros_planning_interface</build_export_depend>
<exec_depend>moveit_msgs</exec_depend>
<exec_depend>moveit_ros_planning_interface</exec_depend>
<test_depend>ur10e_moveit_config</test_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>