-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a package.xml file for REP-136 support.
- Loading branch information
Michael Koval
committed
Jul 9, 2015
1 parent
36ec220
commit 1432996
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>dart</name> | ||
<version>5.0.0</version> | ||
<description>Dynamic Animation and Robotics Toolkit</description> | ||
<maintainer email="jslee02@gmail.com">Jeongseok Lee</maintainer> | ||
<license>BSD</license> | ||
<depend>assimp</depend> | ||
<depend>eigen</depend> | ||
<depend>fcl</depend> | ||
<depend>glut</depend> | ||
<depend>libccd</depend> | ||
<depend>libflann-dev</depend> | ||
<depend>liburdfdom-dev</depend> | ||
<depend>libxi-dev</depend> | ||
<depend>libxmu-dev</depend> | ||
<depend>tinyxml</depend> | ||
<depend>tinyxml2</depend> | ||
<!-- These are required by REP-136. --> | ||
<exec_depend>catkin</exec_depend> | ||
<buildtool_depend>cmake</buildtool_depend> | ||
<export> | ||
<build_type>cmake</build_type> | ||
</export> | ||
</package> |