-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
25 lines (22 loc) · 937 Bytes
/
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
<?xml version="1.0"?>
<package format="3">
<name>example-parallel-robots</name>
<version>0.0.1</version>
<description>Set of parallel robots models for general use in benchmarks and examples</description>
<author email="[email protected]">Virgile Batto</author>
<author email="[email protected]">Ludovic De Matteis</author>
<maintainer email="[email protected]">Ludovic De Matteis</maintainer>
<license>BSD</license>
<url type="repository">https://gitlab.laas.fr/ldematteis/example-parallel-robots</url>
<build_depend>git</build_depend>
<depend>python3</depend>
<depend>python3-numpy</depend>
<!-- The default setting has BUILD_TESTING=ON, as thus we need to explicitly depend on Pinocchio -->
<!-- <build_depend>pinocchio</build_depend> -->
<depend>pinocchio</depend>
<depend>pyaml</depend>
<buildtool_depend>cmake</buildtool_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>