-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
34 lines (28 loc) · 1.13 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd"
schematypens="http://www.w3.org/2001/XMLSchema"?>
<!--
This file specifies metadata for the ezrassor_topic_switch ROS package.
This file and setup.py are required in ROS 2. Some metadata listed below are
duplicated in setup.py. This metadata must be identical in both files.
references:
index.ros.org/doc/ros2/Tutorials/Creating-Your-First-ROS2-Package
-->
<package format="3">
<name>ezrassor_topic_switch</name>
<version>2.0.0</version>
<description>Route topic messages on the EZRASSOR.</description>
<url type="website">https://github.com/FlaSpaceInst/ezrassor_topic_switch</url>
<maintainer email="[email protected]">EZRASSOR Team</maintainer>
<author email="[email protected]">EZRASSOR Team</author>
<license>MIT</license>
<depend>launch</depend>
<depend>launch_ros</depend>
<depend>rclpy</depend>
<depend>std_msgs</depend>
<test_depend version_gte="6.0.0">python3-pytest</test_depend>
<exec_depend>launch_testing</exec_depend>
<export>
<build_type>ament_python</build_type>
</export>
</package>