-
Notifications
You must be signed in to change notification settings - Fork 96
/
Copy pathpackage.xml
40 lines (33 loc) · 1.23 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
36
37
38
39
40
<?xml version="1.0"?>
<package format="3">
<name>mrpt_reactivenav2d</name>
<version>2.2.1</version>
<description>Reactive navigation for wheeled robots using MRPT navigation algorithms (TP-Space)</description>
<maintainer email="[email protected]">Jose-Luis Blanco-Claraco</maintainer>
<maintainer email="[email protected]">Shravan S Rai</maintainer>
<author email="[email protected]">Jose-Luis Blanco-Claraco</author>
<license>BSD</license>
<url type="website">https://github.com/mrpt-ros-pkg/mrpt_navigation</url>
<buildtool_depend>ament_cmake</buildtool_depend>
<!-- DEPS -->
<depend>geometry_msgs</depend>
<depend>mrpt_libnav</depend>
<depend>mrpt_libros_bridge</depend>
<depend>mrpt_nav_interfaces</depend>
<depend>nav_msgs</depend>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>stereo_msgs</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>visualization_msgs</depend>
<depend>ament_cmake_lint_cmake</depend>
<depend>ament_cmake_xmllint</depend>
<depend>ament_lint_auto</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>