-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
51 lines (45 loc) · 1.78 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
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0"?>
<package format="2">
<name>paper_glider</name>
<version>0.0.1</version>
<description>
<p>PROJECT: "paper_glider" ROS Package</p>
<p>
This package contains launch files and python script to execution the
motion of throwing a paper airplane using the Motoman MH5 Robotic Arm.
</p>
<p>
<b>Hardware Application</b>
</p>
<ul>
<li>Motoman MH5L - Default - ROS Industrial</li>
</ul>
<p>
Before using any of the files included in this package, be sure to check
they are correct for the particular robot model and configuration you
intend to use them with. Further, confirm motion with simulation prior
to physical testing.
</p>
</description>
<author>acbuynak</author>
<maintainer email="[email protected]">Adam Buynak (AIMS Lab @ The Ohio State University)</maintainer>
<license>Apache 2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>moveit_core</build_depend>
<build_depend>moveit_ros_planning</build_depend>
<build_depend>moveit_ros_planning_interface</build_depend>
<build_depend>moveit_ros_perception</build_depend>
<build_depend>moveit_visual_tools</build_depend>
<build_depend>pcl_ros</build_depend>
<build_depend>pcl_conversions</build_depend>
<exec_depend>motoman_mh5l_moveit_config</exec_depend>
<exec_depend>moveit_core</exec_depend>
<exec_depend>moveit_commander</exec_depend>
<exec_depend>moveit_fake_controller_manager</exec_depend>
<exec_depend>moveit_ros_planning_interface</exec_depend>
<exec_depend>moveit_ros_perception</exec_depend>
<exec_depend>moveit_visual_tools</exec_depend>
<exec_depend>pcl_ros</exec_depend>
<exec_depend>pcl_conversions</exec_depend>
<test_depend>moveit_resources</test_depend>
</package>