forked from psh117/suhan_robot_model_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
27 lines (22 loc) · 691 Bytes
/
package.xml
File metadata and controls
27 lines (22 loc) · 691 Bytes
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
<?xml version="1.0"?>
<package format="2">
<name>suhan_robot_model_tools</name>
<version>0.1.0</version>
<description>The suhan_robot_model_tools package</description>
<maintainer email="psh117@snu.ac.kr">Suhan Park</maintainer>
<license>MIT</license>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>std_msgs</depend>
<depend>moveit_core</depend>
<depend>trac_ik_lib</depend>
<depend>eigenpy</depend>
<depend>roslib</depend>
<depend>pcl_ros</depend>
<depend>moveit_ros_planning</depend>
<depend>moveit_ros_planning_interface</depend>
<test_depend>gtest</test_depend>
<buildtool_depend>catkin</buildtool_depend>
<export>
</export>
</package>