forked from TAMS-Group/bio_ik
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
34 lines (25 loc) · 976 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
28
29
30
31
32
33
34
<?xml version="1.0"?>
<package format="3">
<name>bio_ik</name>
<version>2.0.0</version>
<description>BioIK for ROS 2</description>
<license>BSD</license>
<author email="[email protected]">Philipp Sebastian Ruppel</author>
<maintainer email="[email protected]">Philipp Sebastian Ruppel</maintainer>
<maintainer email="[email protected]">Michael Goerner</maintainer>
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<depend>moveit_core</depend>
<depend>pluginlib</depend>
<depend>eigen</depend>
<depend>moveit_ros_planning</depend>
<depend>rclcpp</depend>
<depend>tf2</depend>
<depend>tf2_eigen</depend>
<depend>tf2_kdl</depend>
<depend>tf2_geometry_msgs</depend>
<test_depend>ament_cmake_gtest</test_depend>
<export>
<build_type>ament_cmake</build_type>
<moveit_core plugin="${prefix}/bio_ik_kinematics_description.xml"/>
</export>
</package>