-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.xml
28 lines (22 loc) · 1.2 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
<?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>beluga_benchmark</name>
<version>2.0.2</version>
<description>Scripts to benchmark, profile and compare beluga with other AMCL implementations.</description>
<maintainer email="[email protected]">Gerardo Puga</maintainer>
<maintainer email="[email protected]">Ivan Paunovic</maintainer>
<maintainer email="[email protected]">Nahuel Espinosa</maintainer>
<license>Apache License 2.0</license>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<exec_depend>beluga_amcl</exec_depend>
<exec_depend>beluga_example</exec_depend>
<exec_depend condition="$ROS_VERSION == 2">python3-matplotlib</exec_depend>
<exec_depend condition="$ROS_VERSION == 2">python3-numpy</exec_depend>
<exec_depend condition="$ROS_VERSION == 2">python3-pandas</exec_depend>
<exec_depend condition="$ROS_VERSION == 2">python3-tk</exec_depend>
<export>
<build_type condition="$ROS_VERSION == 1">cmake</build_type>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>