-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.xml
28 lines (25 loc) · 1.08 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
<?xml version="1.0"?>
<package format="3">
<name>biped_stabilizer</name>
<version>1.3.0</version>
<description>Stabilizer for biped locomotion</description>
<maintainer email="guilhem.saurel@laas.fr">Guilhem Saurel</maintainer>
<author email="pierre.fernbach@toward.fr">Pierre Fernbach</author>
<author email="maximilien.naveau@laas.fr">Maximilien Naveau</author>
<author email="nahuel.villa@laas.fr">Nahuel Villa</author>
<license>BSD</license>
<url type="website">https://github.com/gepetto/biped-stabilizer</url>
<build_depend>git</build_depend>
<build_depend>doxygen</build_depend>
<build_depend>eigen</build_depend>
<!-- The following tags are recommended by REP-136 -->
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend>
<depend condition="$ROS_PYTHON_VERSION == 2">python</depend>
<depend condition="$ROS_PYTHON_VERSION == 3">python3</depend>
<depend>boost</depend>
<buildtool_depend>cmake</buildtool_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>