-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
38 lines (30 loc) · 1.19 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
33
34
35
36
37
38
<package>
<name>large_scale_drawing</name>
<version>0.0.0</version>
<description>Large-scale robotic drawing using Ridgeback and iiwa</description>
<author email="[email protected]">Daeun Song</author>
<maintainer email="[email protected]">Daeun Song</maintainer>
<license>BSD</license>
<run_depend>moveit_core</run_depend>
<run_depend>moveit_ros_planning_interface</run_depend>
<run_depend>moveit_ros_planning</run_depend>
<run_depend>rviz_visual_tools</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>tf2</run_depend>
<run_depend>tf</run_depend>
<run_depend>tf2_ros</run_depend>
<build_depend>tf2_ros</build_depend>
<build_depend>tf2_geometry_msgs</build_depend>
<build_depend>roslib</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>tf2</build_depend>
<build_depend>tf</build_depend>
<build_depend>actionlib</build_depend>
<build_depend>move_base_msgs</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>iiwa_ros</build_depend>
<run_depend>iiwa_ros</run_depend>
<buildtool_depend>catkin</buildtool_depend>
</package>