-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #915 from wxmerkt/topic/wxm-add-package.xml
Add package.xml
- Loading branch information
Showing
2 changed files
with
32 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>pinocchio</name> | ||
<version>2.1.9</version> | ||
<description>A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives.</description> | ||
<!-- The maintainer listed here is for the ROS release to receive emails for the buildfarm. | ||
Please check the repository URL for full list of authors and maintainers. --> | ||
<maintainer email="[email protected]">Justin Carpentier</maintainer> | ||
<maintainer email="[email protected]">Wolfgang Merkt</maintainer> | ||
<license>BSD</license> | ||
|
||
<url type="website">https://github.com/stack-of-tasks/pinocchio</url> | ||
|
||
<build_depend>git</build_depend> | ||
<build_depend>doxygen</build_depend> | ||
<doc_depend>doxygen</doc_depend> | ||
<depend>python</depend> | ||
<depend>python-numpy</depend> | ||
<depend>liburdfdom-dev</depend> | ||
<depend>eigen</depend> | ||
<depend>boost</depend> | ||
<depend>eigenpy</depend> | ||
<!-- The ROS-released HPP-FCL is not yet ready for use with Pinocchio out of the box (old version). | ||
Additionally, as BUILD_WITH_COLLISION_SUPPORT is default OFF, the ROS buildfarm would not configure it proper either way. --> | ||
<!-- <depend>hpp-fcl</depend> --> | ||
|
||
<buildtool_depend>cmake</buildtool_depend> | ||
<export> | ||
<build_type>cmake</build_type> | ||
</export> | ||
</package> |
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