Files
5g_drone_ROS2/cpp_pubsub/package.xml
Sem van der Hoeven 5ce3d43841 initial commit
2023-03-03 10:15:52 +00:00

21 lines
691 B
XML

<?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>cpp_pubsub</name>
<version>0.0.0</version>
<description>Example of publisher/subscriber nodes in ROS 2 for the 5G drone</description>
<maintainer email="xieoqhzjggvwoklfui@bbitj.com">ic</maintainer>
<license>Apache License 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>rclcpp</depend>
<depend>std_msgs</depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>