-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
34 lines (23 loc) · 981 Bytes
/
package.xml
File metadata and controls
34 lines (23 loc) · 981 Bytes
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
<?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>environment_common</name>
<version>0.0.1</version>
<description>Template package for managing an environment_template instance</description>
<maintainer email="primordia@live.com">james</maintainer>
<license>Apache 2.0</license>
<depend>nav2_map_server</depend>
<depend>nav2_common</depend>
<exec_depend>python3-numpy</exec_depend>
<exec_depend>python3-scipy</exec_depend>
<exec_depend>python3-pil</exec_depend>
<exec_depend>python3-matplotlib</exec_depend>
<exec_depend>python3-networkx</exec_depend>
<exec_depend>python3-requests</exec_depend>
<exec_depend>python3-yaml</exec_depend>
<exec_depend>python3-pip</exec_depend>
<exec_depend>python3-setuptools</exec_depend>
<export>
<build_type>ament_python</build_type>
</export>
</package>