Skip to content

Commit

Permalink
[face_detector] Add RGB sample with PR2
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac IY Saito committed Oct 13, 2015
1 parent 0505285 commit 0b93e1e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions face_detector/launch/sample_facedetector_rgbd_pr2.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<launch>
<arg name="camera" default="head_mount_kinect" />
<arg name="depth_ns" default="depth" />
<arg name="image_topic" default="image_raw" />
<arg name="depth_topic" default="image_raw" />
<arg name="fixed_frame" default="head_mount_kinect_rgb_link" />

<include file="$(find face_detector)/launch/face_detector.rgbd.launch">
<arg name="camera" value="$(arg camera)" />
<arg name="rgb_ns" value="rgb" />
<arg name="depth_ns" value="$(arg depth_ns)" />
<arg name="image_topic" value="$(arg image_topic)" />
<arg name="depth_topic" value="$(arg depth_topic)" />
<arg name="fixed_frame" value="$(arg fixed_frame)" />
</include>

</launch>

0 comments on commit 0b93e1e

Please sign in to comment.