-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.xml
38 lines (31 loc) · 1.36 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
38
<?xml version="1.0"?>
<package>
<name>rbdl</name>
<version>0.4.1</version>
<description>
The RBDL is a highly efficient C++ library that contains some essential
rigid body dynamics algorithms such as the Articulated Body Algorithm (ABA)
for forward dynamics, Newton-Euler Algorithm for inverse dynamics and the
Composite Rigid Body Algorithm (CRBA) for the efficient computation of
the joint space inertia matrix. It further contains code for forward and
inverse kinematics and handling of external constraints such as contacts
and collisions.
The code was written by Martin Felis ([email protected])
and tightly follows the notation used in Roy Featherstone''s book "Rigid
Body Dynamics Algorithm".
This package provides a catkinized version of the library. Changes by
Stefan Kohlbrecher.
</description>
<maintainer email="[email protected]">Stefan Kohlbrecher</maintainer>
<license>BSD</license>
<author email="[email protected]">Johannes Meyer</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cmake_modules</build_depend>
<run_depend>cmake_modules</run_depend>
<build_depend>urdf</build_depend>
<build_depend>eigen</build_depend>
<build_depend>eigen_checks</build_depend>
<run_depend>urdf</run_depend>
<run_depend>eigen</run_depend>
<run_depend>eigen_checks</run_depend>
</package>