-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.xml
31 lines (30 loc) · 1 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
<?xml version="1.0"?>
<package format="2">
<name>liom_local_planner</name>
<version>0.0.1</version>
<description>The liom_local_planner package</description>
<author>Bai Li</author>
<author>Yakun Ouyang</author>
<maintainer email="yakun@hnu.edu.cn">Yakun Ouyang</maintainer>
<license>LGPLv3</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>base_local_planner</depend>
<depend>costmap_2d</depend>
<depend>geometry_msgs</depend>
<depend>nav_core</depend>
<depend>nav_msgs</depend>
<depend>pluginlib</depend>
<depend>std_msgs</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>visualization_msgs</depend>
<depend>interactive_markers</depend>
<depend>coinor-libipopt-dev</depend>
<!--TODO: add `libadolc-dev` to rosdistro: https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/base.yaml -->
<depend>libadolc-dev</depend>
<depend>ompl</depend>
<export>
<nav_core plugin="${prefix}/lp_plugin.xml"/>
</export>
</package>