forked from dartsim/dart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
43 lines (41 loc) · 1.69 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
39
40
41
42
43
<?xml version="1.0"?>
<package format="2">
<!-- This is a Catkin package.xml file to optionally support building DART in
a Catkin workspace. Catkin is not required to build DART. For more
information, see: http://ros.org/reps/rep-0136.html -->
<name>dartsim</name>
<version>6.13.0</version>
<description>
DART (Dynamic Animation and Robotics Toolkit) is a collaborative,
cross-platform, open source library created by the Georgia Tech Graphics
Lab and Humanoid Robotics Lab, with ongoing support by the University
of Washington Personal Robotics Lab and Open Robotics. DART provides data
structures and algorithms for kinematic and dynamic applications in robotics
and computer animation.
</description>
<url type="website">http://dartsim.github.io/</url>
<url type="repository">https://github.com/dartsim/dart</url>
<url type="bugtracker">https://github.com/dartsim/dart/issues</url>
<maintainer email="[email protected]">Michael X. Grey</maintainer>
<author email="[email protected]">Jeongseok Lee</author>
<author email="[email protected]">C. Karen Liu</author>
<author>Mike Stilman</author>
<license>BSD</license>
<build_depend>pkg-config</build_depend>
<depend>assimp</depend>
<depend>bullet</depend>
<depend>eigen</depend>
<depend>libfcl-dev</depend>
<depend>glut</depend>
<depend>libflann-dev</depend>
<depend>liburdfdom-dev</depend>
<depend>libxi-dev</depend>
<depend>libxmu-dev</depend>
<depend>tinyxml2</depend>
<!-- The following tags are recommended by REP-136 -->
<exec_depend>catkin</exec_depend>
<buildtool_depend>cmake</buildtool_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>