-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.xml
More file actions
32 lines (26 loc) · 1.06 KB
/
package.xml
File metadata and controls
32 lines (26 loc) · 1.06 KB
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
<package format="2">
<name>filters</name>
<version>2.2.2</version>
<description>
This library provides a standardized interface for processing data as a sequence
of filters. This package contains a base class upon which to build specific implementations
as well as an interface which dynamically loads filters based on runtime parameters.
</description>
<maintainer email="tfoote@openrobotics.org">Tully Foote</maintainer>
<maintainer email="jon.binney@gmail.com">Jon Binney</maintainer>
<license>BSD</license>
<url>https://wiki.ros.org/filters</url>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>libboost-dev</depend>
<depend>pluginlib</depend>
<depend>rclcpp</depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_cmake_cppcheck</test_depend>
<test_depend>ament_cmake_cpplint</test_depend>
<test_depend>ament_cmake_uncrustify</test_depend>
<test_depend>ament_cmake_xmllint</test_depend>
<export>
<build_type>ament_cmake</build_type>
<filters plugin="default_plugins.xml"/>
</export>
</package>