forked from jrl-umi3218/copra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
22 lines (22 loc) · 1.09 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>copra</name>
<version>1.2.26</version>
<description>Library for linear model predictive control in C++14</description>
<author email="vincent.samy@aist.go.jp">Vincent Samy</author>
<maintainer email="rverschueren@anybotics.com">Robin Verschueren</maintainer>
<maintainer email="avijayan@anybotics.com">Aravind Vijayan</maintainer>
<license>BSD</license>
<url type="website">https://github.com/anybotics/copra</url>
<url type="bugtracker">https://github.com/jrl-umi3218/copra/issues</url>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<depend>eigen</depend>
<depend>qp_oases</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>