forked from ros-perception/depthimage_to_laserscan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
27 lines (22 loc) · 899 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
<?xml version="1.0"?>
<package format="2">
<name>depthimage_to_laserscan</name>
<version>2.3.1</version>
<description>depthimage_to_laserscan</description>
<author>Chad Rockey</author>
<maintainer email="[email protected]">Chris Lalancette</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/depthimage_to_laserscan</url>
<url type="bugtracker">https://github.com/ros-perception/depthimage_to_laserscan/issues</url>
<url type="repository">https://github.com/ros-perception/depthimage_to_laserscan</url>
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<depend>image_geometry</depend>
<depend>libopencv-dev</depend>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
<depend>sensor_msgs</depend>
<test_depend>ament_cmake_gtest</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>