-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
executable file
·22 lines (20 loc) · 884 Bytes
/
package.xml
File metadata and controls
executable file
·22 lines (20 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package format="2">
<name>pluto_maps</name>
<version>0.1.0</version>
<description>
This package provides a couple of map files and configurations to perform path planning in
3D on a mesh surface. The meshes and their attributes are stored in, and loaded from HDF5
map files. The robot navigation with Pluto can be performed in simulation or with the real
robot Pluto of the Osnabrück University.
</description>
<maintainer email="spuetz@uos.de">Sebastian Pütz</maintainer>
<author email="spuetz@uos.de">Sebastian Pütz</author>
<license>BSD-3</license>
<buildtool_depend>catkin</buildtool_depend>
<exec_depend>dijkstra_mesh_planner</exec_depend>
<exec_depend>cvp_mesh_planner</exec_depend>
<exec_depend>mbf_msgs</exec_depend>
<exec_depend>mbf_mesh_nav</exec_depend>
<exec_depend>mesh_tools</exec_depend>
</package>