-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
42 lines (37 loc) · 1.31 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
41
42
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>mppi_controller</name>
<version>1.2.0</version>
<description>mppi_controller for ROS 1</description>
<maintainer email="[email protected]">Steve Macenski</maintainer>
<maintainer email="[email protected]">Aleksei Budyakov</maintainer>
<maintainer email="[email protected]">Renan</maintainer>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>angles</depend>
<depend>base_local_planner</depend>
<depend>dynamic_reconfigure</depend>
<depend>costmap_2d</depend>
<depend>geometry_msgs</depend>
<depend>mbf_costmap_core</depend>
<depend>mbf_msgs</depend>
<depend>mbf_utility</depend>
<depend>nav_core</depend>
<depend>nav_msgs</depend>
<depend>pluginlib</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_eigen</depend>
<depend>tf2_ros</depend>
<depend>visualization_msgs</depend>
<depend>xtensor</depend>
<depend>libomp-dev</depend>
<depend>benchmark</depend>
<depend>xsimd</depend>
<export>
<mbf_costmap_core plugin="${prefix}/mppic.xml" />
<mppi_controller plugin="${prefix}/critics.xml" />
</export>
</package>