-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.xml
31 lines (21 loc) · 907 Bytes
/
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>spheremap_server</name>
<version>0.0.1</version>
<description>SphereMap is a multi-layer dynamic map built online on-board a UAV. It allows weighing path length and distance from obstacles along the path for safety-aware planning, while also finding paths faster than a conventional occupancy grid</description>
<maintainer email="[email protected]">Tomas Musil</maintainer>
<license>MIT</license>
<author email="[email protected]">Tomas Musil</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>nodelet</depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<depend>octomap_msgs</depend>
<depend>octomap_ros</depend>
<depend>message_generation</depend>
<depend>message_runtime</depend>
<export>
<nodelet plugin="${prefix}/plugins.xml" />
</export>
</package>