Files
hivecore_robot_drivers/aikit_tts/package.xml
2025-11-21 14:14:24 +08:00

21 lines
652 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>aikit_tts</name>
<version>0.0.0</version>
<description>ROS 2 package for AIKIT TTS</description>
<maintainer email="your@email.com">Your Name</maintainer>
<license>Apache-2.0</license>
<!-- 编译工具依赖 -->
<buildtool_depend>ament_cmake</buildtool_depend>
<!-- 核心依赖depend 同时包含编译和运行时依赖) -->
<depend>rclcpp</depend>
<depend>std_msgs</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>