safety_master_plugin/package.xml

25 lines
783 B
XML
Raw Permalink Normal View History

2021-08-13 14:38:22 +02:00
<?xml version="1.0"?>
2023-08-09 16:18:19 +02:00
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
2021-08-13 14:38:22 +02:00
<name>safety_master_plugin</name>
2023-08-09 16:18:19 +02:00
<version>0.2.0</version>
<description>TODO: Package description</description>
<maintainer email="l15@kcir.pwr.edu.pl">Laboratory L1.5</maintainer>
2021-08-13 14:38:22 +02:00
2023-08-09 16:18:19 +02:00
<author email="aleksander.bojda@pwr.edu.pl">Aleksander Bojda</author>
<author email="jakub.delicat@pwr.edu.pl">Jakub Delicat</author>
2021-08-13 14:38:22 +02:00
<license>MIT</license>
2023-08-09 16:18:19 +02:00
<depend>rclpy</depend>
<depend>rqt_gui</depend>
<depend>rqt_gui_py</depend>
2021-08-13 14:38:22 +02:00
2023-08-09 16:18:19 +02:00
<depend>std_msgs</depend>
<depend>ros2aria_msgs</depend>
2021-08-13 14:38:22 +02:00
<export>
2023-08-09 16:18:19 +02:00
<build_type>ament_python</build_type>
2021-08-13 14:38:22 +02:00
<rqt_gui plugin="${prefix}/plugin.xml"/>
</export>
</package>