1 Star 2 Fork 0

Stefan/wrc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
aikit_startall.launch 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
Stefan 提交于 2021-11-17 16:54 . wrc demo
<launch>
<arg name="map" default="map.yaml" />
<!-- 启动ros_arduino_python节点 -->
<node name="arduino" pkg="ros_arduino_python" type="arduino_node.py" output="screen" clear_params="true">
<rosparam file="$(find ros_arduino_python)/config/rbcBot_params.yaml" command="load" />
</node>
<!-- 启动urdf配置 -->
<include file="$(find aikit_chassis)/launch/urdf.launch" />
<!-- 启动rplidar A1雷达节点 -->
<include file="$(find rplidar_ros)/launch/rplidar.launch" />
<!-- 加载地图 -->
<node name="map_server" pkg="map_server" type="map_server" args="$(find aikit_nav)/maps/$(arg map)"/>
<!-- AMCL 定位包-->
<include file="$(find aikit_nav)/launch/aikit_amcl.launch"/>
<!-- movebase 导航-->
<include file="$(find aikit_nav)/launch/move_base_teb.launch"/>
<!-- 启动相机节点 -->
<include file="$(find realsense_camera)/launch/r200_nodelet_rgbd.launch"/>
<!-- 启动语音合成节点 -->
<include file="$(find baidu_speech)launch/baidu_tts.launch" >
<arg name="TTS_Topic" value="tts_topic" />
</include>
<!-- 语音识别节点 -->
<include file="$(find iflytek_asr)/launch/iflytek_asr.launch" >
<arg name="ASR_Topic" value="asr_topic" />
<arg name="NLU_Topic" value="nlu_topic" />
</include>
<node pkg="voice_nlu" type="tuling_node.py" name="tuling_node" output="screen">
<param name="voice_tuling" value="tuling_input" type="str"/>
<param name="tts_topic" value="tuling_output" type="str"/>
<param name="tuling_key" value="e566b9a687e5465a8bc82e34415de10d" type="str"/>
</node>
<!-- 机械爪 -->
<node pkg="aikit_arm" type="claw_service.py" name="arm_service" />
</launch>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/stefantasy/wrc_2021_demo.git
[email protected]:stefantasy/wrc_2021_demo.git
stefantasy
wrc_2021_demo
wrc
devel

搜索帮助