-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
27 lines (23 loc) · 936 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
<?xml version='1.0' encoding='UTF-8'?>
<package format="2">
<name>lingua_mechanica_kinematics_plugin</name>
<version>0.0.1</version>
<description>Lingua Mechanica Kinematics Plugin</description>
<maintainer email="[email protected]">Pau Carre Cardona</maintainer>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>lingua_mechanica_kinematics_msgs</depend>
<build_depend>moveit_core</build_depend>
<build_depend>pluginlib</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>tf_conversions</build_depend>
<build_depend>moveit_msgs</build_depend>
<exec_depend>moveit_core</exec_depend>
<exec_depend>pluginlib</exec_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>tf_conversions</exec_depend>
<exec_depend>moveit_msgs</exec_depend>
<export>
<moveit_core plugin="${prefix}/lingua_mechanica_kinematics_plugin_description.xml"/>
</export>
</package>