forked from ros-perception/laser_filters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
36 lines (31 loc) · 1022 Bytes
/
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
36
<package format="3">
<name>laser_filters</name>
<description>
Assorted filters designed to operate on 2D planar laser scanners,
which use the sensor_msgs/LaserScan type.
</description>
<version>2.0.7</version>
<maintainer email="jon.binney@gmail.com">Jon Binney</maintainer>
<author>Tully Foote</author>
<license>BSD</license>
<url>http://ros.org/wiki/laser_filters</url>
<build_depend>ament_cmake_auto</build_depend>
<depend>angles</depend>
<depend>filters</depend>
<depend>laser_geometry</depend>
<depend>message_filters</depend>
<depend>pluginlib</depend>
<depend>rclcpp</depend>
<depend>rclcpp_lifecycle</depend>
<depend>rclcpp_components</depend>
<depend>sensor_msgs</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>tf2_kdl</depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>launch_testing_ament_cmake</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>