-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathpackage.xml
32 lines (25 loc) · 1020 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
<?xml version="1.0"?>
<package format="3">
<name>lms1xx</name>
<version>1.0.1</version>
<description>The lms1xx package contains a basic ROS 2 driver for the SICK LMS1xx line of LIDARs.</description>
<author>Konrad Banachowicz</author>
<author email="[email protected]">Mike Purvis</author>
<author email="[email protected]">Shravan S Rai</author>
<author email="[email protected]">Samuel Lindgren</author>
<maintainer email="[email protected]">Tony Baltovski</maintainer>
<url type="website">http://ros.org/wiki/LMS1xx</url>
<license>LGPL</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>geometry_msgs</depend>
<depend>laser_geometry</depend>
<depend>rclcpp</depend>
<depend>sensor_msgs</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>