Files
hivecore_robot_voice/package.xml
2026-01-19 09:58:40 +08:00

31 lines
1016 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>robot_speaker</name>
<version>0.0.1</version>
<description>语音识别和合成ROS2包</description>
<maintainer email="mzebra@foxmail.com">mzebra</maintainer>
<license>Apache-2.0</license>
<depend>rclpy</depend>
<depend>std_msgs</depend>
<depend>ament_index_python</depend>
<depend>interfaces</depend>
<exec_depend>python3-pyaudio</exec_depend>
<exec_depend>python3-requests</exec_depend>
<exec_depend>python3-edge-tts</exec_depend>
<exec_depend>python3-webrtcvad</exec_depend>
<exec_depend>python3-yaml</exec_depend>
<exec_depend>python3-pypinyin</exec_depend>
<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>