-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.xml
37 lines (28 loc) · 1.29 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
<?xml version="1.0" encoding="utf-8"?>
<package>
<name>moveit_whole_body_ik</name>
<version>0.5.19</version>
<description>Non-chain inverse kinematics solver for MoveIt!</description>
<maintainer email="[email protected]">Dave Coleman</maintainer>
<license>BSD</license>
<url type="website">https://github.com/davetcoleman/moveit_whole_body_ik</url>
<url type="butracker">https://github.com/davetcoleman/moveit_whole_body_ik/issues</url>
<url type="repository">https://github.com/davetcoleman/moveit_whole_body_ik/</url>
<author email="[email protected]">Dave Coleman</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>moveit_ros_robot_interaction</build_depend>
<build_depend>moveit_core</build_depend>
<build_depend>moveit_ros_planning</build_depend>
<build_depend>pluginlib</build_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>moveit_visual_tools</build_depend>
<build_depend>liblapack-dev</build_depend>
<run_depend>moveit_ros_robot_interaction</run_depend>
<run_depend>moveit_core</run_depend>
<run_depend>moveit_ros_planning</run_depend>
<run_depend>pluginlib</run_depend>
<run_depend>moveit_visual_tools</run_depend>
<export>
<moveit_core plugin="${prefix}/whole_body_kinematics_plugin_description.xml"/>
</export>
</package>