-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
42 lines (33 loc) · 1.58 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"?>
<package format="2">
<name>abstract_map_simulator</name>
<version>1.0.0</version>
<description>The abstract_map_simulator package</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<maintainer email="[email protected]">Ben Talbot</maintainer>
<!-- One license tag required, multiple allowed, one license per tag -->
<license>BSD</license>
<!-- Url tags are optional, but multiple are allowed, one per tag -->
<url type="website">https://btalb.github.io/abstract_map/</url>
<!-- Author tags are optional, multiple are allowed, one per tag -->
<maintainer email="[email protected]">Ben Talbot</maintainer>
<!-- Author tags are optional, multiple are allowed, one per tag -->
<!-- Authors do not have to be maintainers, but could be -->
<!-- Example: -->
<!-- <author email="[email protected]">Jane Doe</author> -->
<!-- The *depend tags are used to specify dependencies -->
<!-- Dependencies can be catkin packages or system dependencies -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>apriltag_ros</build_depend>
<build_depend>tf2_geometry_msgs</build_depend>
<exec_depend>apriltag_ros</exec_depend>
<exec_depend>base_local_planner</exec_depend>
<exec_depend>global_planner</exec_depend>
<exec_depend>gmapping</exec_depend>
<exec_depend>move_base</exec_depend>
<exec_depend>python-tk</exec_depend>
<exec_depend>stage_ros</exec_depend>
<exec_depend>tf_conversions</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
<export></export>
</package>