-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
40 lines (36 loc) · 1.21 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="2">
<name>smac_planner</name>
<version>1.2.0</version>
<description>Smac global planning plugin: A*, Hybrid-A*, State Lattice</description>
<maintainer email="stevenmacenski@gmail.com">Steve Macenski</maintainer>
<license>Apache-2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>dynamic_reconfigure</depend>
<depend>visualization_msgs</depend>
<depend>mbf_costmap_core</depend>
<depend>mbf_msgs</depend>
<depend>nav_msgs</depend>
<depend>geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>costmap_2d</depend>
<depend>base_local_planner</depend>
<depend>pluginlib</depend>
<depend>eigen_conversions</depend>
<depend>ompl</depend>
<depend>angles</depend>
<depend>nlohmann_json</depend>
<test_depend>catkin_lint</test_depend>
<test_depend>catkin</test_depend>
<test_depend>gtest</test_depend>
<test_depend>rosunit</test_depend>
<export>
<build_type>catkin</build_type>
<mbf_costmap_core plugin="${prefix}/smac_plugin_hybrid.xml"/>
<!--
<mbf_costmap_core plugin="${prefix}/smac_plugin_2d.xml"/>
<mbf_costmap_core plugin="${prefix}/smac_plugin_lattice.xml"/>
-->
</export>
</package>