forked from locusrobotics/fuse
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.xml
35 lines (32 loc) · 1.22 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
29
30
31
32
33
34
35
<?xml version="1.0"?>
<?xml-model
href="http://download.ros.org/schema/package_format3.xsd"
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fuse_constraints</name>
<version>0.10.0</version>
<description>
The fuse_constraints package provides a set of commonly used constraint types, such as direct measurements on
state variables (absolute constraints) or measurements of the state changes (relative constraints).
</description>
<maintainer email="[email protected]">Stephen Williams</maintainer>
<author email="[email protected]">Stephen Williams</author>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>libceres-dev</depend>
<depend>eigen</depend>
<depend>fuse_core</depend>
<depend>fuse_graphs</depend>
<depend>fuse_variables</depend>
<depend>geometry_msgs</depend>
<depend>pluginlib</depend>
<depend>roscpp</depend>
<depend>suitesparse</depend>
<test_depend condition="$ROS_DISTRO >= melodic">benchmark</test_depend>
<test_depend>roslint</test_depend>
<test_depend>rostest</test_depend>
<export>
<fuse_core plugin="${prefix}/fuse_plugins.xml" />
<rosdoc config="rosdoc.yaml" />
</export>
</package>