-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.xml
31 lines (26 loc) · 1022 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"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>yasmin_demos</name>
<version>3.0.3</version>
<description>Demos of YASMIN (Yet Another State MachINe)</description>
<maintainer email="[email protected]">Miguel Ángel González Santamarta</maintainer>
<license>GPL-3</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>
<depend>rclpy</depend>
<depend>rclcpp</depend>
<depend>yasmin</depend>
<depend>yasmin_ros</depend>
<depend>yasmin_viewer</depend>
<depend>nav_msgs</depend>
<depend>example_interfaces</depend>
<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>
<build_depend>ros_environment</build_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>