forked from Jmeyer1292/opw_kinematics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
26 lines (22 loc) · 946 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
<?xml version="1.0"?>
<package format="2">
<name>opw_kinematics</name>
<version>0.5.0</version>
<description>
A simple, analytical inverse kinematic library for industrial robots with parallel bases and
spherical wrists. Based on the paper "An Analytical Solution of the Inverse Kinematics Problem
of Industrial Serial Manipulators with an Ortho-parallel Basis and a Spherical Wrist" by
Mathias Brandstötter, Arthur Angerer, and Michael Hofbaur.
</description>
<maintainer email="[email protected]">Jon Meyer</maintainer>
<author email="[email protected]">Jon Meyer</author>
<author email="[email protected]">Jeroen De Maeyer</author>
<license>Apache 2.0</license>
<buildtool_depend>cmake</buildtool_depend>
<build_depend>ros_industrial_cmake_boilerplate</build_depend>
<depend>eigen</depend>
<test_depend>gtest</test_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>