forked from coin-or/qpOASES
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
22 lines (21 loc) · 1.15 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
<?xml version='1.0' encoding='utf-8'?>
<package format="3">
<name>qp_oases</name>
<version>0.1.23</version>
<description>Library for quadratic programming using online active set strategy</description>
<author email="[email protected]">Hans Joachim Ferreau</author>
<author email="[email protected]">Andreas Potschka</author>
<author email="[email protected]">Christian Kirches</author>
<maintainer email="[email protected]">Prajish Sankar</maintainer>
<maintainer email="[email protected]">Jonas Junger</maintainer>
<license>LGPLv2.1</license>
<url type="website">https://github.com/anybotics/qpOASES</url>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<test_depend condition="$ROS_VERSION == 1">gtest</test_depend>
<!-- <test_depend condition="$ROS_VERSION == 1">cmake_code_coverage</test_depend> -->
<test_depend condition="$ROS_VERSION == 2">ament_cmake_gtest</test_depend>
<export>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>