forked from humanoid-path-planner/hpp-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
28 lines (25 loc) · 841 Bytes
/
Copy pathpackage.xml
File metadata and controls
28 lines (25 loc) · 841 Bytes
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
<?xml version='1.0'?>
<package format='2'>
<name>hpp_python</name>
<version>8.0.0</version>
<description>Implement python bindings for HPP</description>
<author>Joseph Mirabel</author>
<author>Florent Lamiraux</author>
<maintainer email='guilhem.saurel@laas.fr'>Guilhem Saurel</maintainer>
<license>BSD-2-Clause</license>
<depend>eigenpy</depend>
<depend>pinocchio</depend>
<depend>hpp_util</depend>
<depend>hpp_pinocchio</depend>
<depend>hpp_constraints</depend>
<depend>hpp_core</depend>
<depend>hpp_manipulation</depend>
<depend>hpp_manipulation_urdf</depend>
<buildtool_depend>cmake</buildtool_depend>
<build_depend>doxygen</build_depend>
<build_depend>jrl_cmakemodules</build_depend>
<build_depend>python3-lxml</build_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>