-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathpackage.xml
More file actions
23 lines (20 loc) · 800 Bytes
/
Copy pathpackage.xml
File metadata and controls
23 lines (20 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>composition_benchmark</name>
<version>0.1.0</version>
<description>Benchmark applications to test ROS 2 composable nodes</description>
<maintainer email="asoragna@irobot.com">Alberto Soragna</maintainer>
<author>Alberto Soragna</author>
<license>BSD 3.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>irobot_interfaces_plugin</depend>
<depend>performance_metrics</depend>
<depend>performance_test</depend>
<depend>performance_test_factory</depend>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>