Browse Source

在bringup.launch中增加启动树莓派CSI摄像头的代码

corvin 4 years ago
parent
commit
7538f9c3ce
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/robot_bringup/launch/robot_bringup.launch

+ 4 - 0
src/robot_bringup/launch/robot_bringup.launch

@@ -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>