-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[face_detector] Add RGB sample with PR2
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |