-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
30 lines (23 loc) · 893 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
<?xml version="1.0"?>
<package format="2">
<name>lazy_mapping_moveit</name>
<version>0.0.0</version>
<description>The lazy_mapping_moveit package</description>
<maintainer email="[email protected]">kika</maintainer>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<!-- <build_depend>tf2_ros</build_depend>
<build_depend>tf2_eigen</build_depend>
<build_depend>tf2_geometry_msgs</build_depend> -->
<build_depend>tf</build_depend>
<build_depend>moveit_visual_tools</build_depend>
<build_depend>moveit_ros_planning_interface</build_depend>
<exec_depend>rviz</exec_depend>
<!-- <exec_depend>tf2_ros</exec_depend>
<exec_depend>tf2_eigen</exec_depend>
<exec_depend>tf2_geometry_msgs</exec_depend> -->
<exec_depend>moveit_visual_tools</exec_depend>
<exec_depend>moveit_ros_planning_interface</exec_depend>
<export>
</export>
</package>