-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
37 lines (33 loc) · 1.07 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>p2p_move_base</name>
<version>1.0.0</version>
<description>
3D point to point navigation system.
</description>
<author>Apola</author>
<maintainer email="yan_1whun1@hotmail.com">Apola</maintainer>
<license>BSD</license>
<depend>rclcpp</depend>
<depend>rclcpp_action</depend>
<depend>rclcpp_lifecycle</depend>
<depend>visualization_msgs</depend>
<depend>nav_msgs</depend>
<depend>sensor_msgs</depend>
<depend>geometry_msgs</depend>
<depend>builtin_interfaces</depend>
<depend>tf2_ros</depend>
<depend>pluginlib</depend>
<depend>libpcl-all</depend>
<depend>pcl_conversions</depend>
<depend>angles</depend>
<depend>local_planner</depend>
<depend>recovery_behaviors</depend>
<depend>dddmr_sys_core</depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>ament_lint_auto</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>