|
@@ -11,6 +11,7 @@
|
|
|
20190722:init this file.
|
|
|
20200102:增加启动imu节点和robot_pose_ekf的节点功能.
|
|
|
20200404:增加启动语音交互系统相关的节点.
|
|
|
+ 20201019:增加启动树莓派排线CSI摄像头的launch.
|
|
|
-->
|
|
|
<launch>
|
|
|
<!-- (1) startup robot urdf description -->
|
|
@@ -42,4 +43,7 @@
|
|
|
|
|
|
<!-- (6) startup voice system -->
|
|
|
<include file="$(find voice_system)/launch/startup_voice_system.launch" />
|
|
|
+
|
|
|
+ <!-- (7) startup rasp camera -->
|
|
|
+ <include file="$(find rasp_camera)/launch/rasp_camera.launch" />
|
|
|
</launch>
|