This repository has been archived on 2024-03-29. You can view files and clone it, but cannot push or open issues or pull requests.
rmp220_teleop_backup/package.xml

24 lines
739 B
XML
Raw Permalink Normal View History

2023-04-17 08:35:47 +00:00
<?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>rmp220_teleop</name>
2023-04-17 08:50:48 +00:00
<version>0.0.2</version>
2023-04-17 08:35:47 +00:00
<description>TODO: Package description</description>
2023-04-17 08:50:48 +00:00
<maintainer email="bjoern.ellensohn@gmail.com">bjoern</maintainer>
2023-04-17 08:35:47 +00:00
<license>TODO: License declaration</license>
<depend>rclpy</depend>
<depend>segway_msgs</depend>
2023-04-18 09:04:28 +00:00
<exec_depend>ros2launch</exec_depend>
2023-04-17 08:35:47 +00:00
<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>
<export>
<build_type>ament_python</build_type>
</export>
</package>