-
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][test] Detection using rgbd works with this config.
- Loading branch information
Showing
3 changed files
with
21 additions
and
4 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
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 |
---|---|---|
@@ -1,10 +1,17 @@ | ||
<launch> | ||
<arg name="expected_success" value="false" /> | ||
<arg name="testnode_name" default="hztest_rgbd_false" /> | ||
<arg name="topicname_hztest" default="/face_detector/faces_cloud" /> | ||
|
||
<node ns="wide_stereo" pkg="stereo_image_proc" type="stereo_image_proc" name="stereo" /> | ||
|
||
<include file="$(find face_detector)/launch/face_detector.rgbd.launch"/> | ||
<include file="$(find face_detector)/launch/face_detector.rgbd.launch"> | ||
<arg name="camera" value="wide_stereo" /> | ||
<arg name="rgb_ns" value="right" /> | ||
<arg name="image_topic" value="image_raw" /> | ||
<arg name="depth_ns" value="right" /> | ||
<arg name="depth_topic" value="image_raw" /> | ||
</include> | ||
|
||
<include file="$(find face_detector)/test/common_rtest.xml" pass_all_args="true" /> | ||
</launch> |
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 |
---|---|---|
@@ -1,9 +1,18 @@ | ||
<launch> | ||
<arg name="hz" default="500.0" /> | ||
<arg name="hz_error" default="499.9" /> | ||
<arg name="testnode_name" default="hztest_rgbd_true" /> | ||
<arg name="topicname_hztest" default="/face_detector/faces_cloud" /> | ||
|
||
<node ns="wide_stereo" pkg="stereo_image_proc" type="stereo_image_proc" name="stereo" /> | ||
|
||
<include file="$(find face_detector)/launch/face_detector.rgbd.launch"/> | ||
<include file="$(find face_detector)/launch/face_detector.rgbd.launch"> | ||
<arg name="camera" value="wide_stereo" /> | ||
<arg name="rgb_ns" value="right" /> | ||
<arg name="image_topic" value="image_raw" /> | ||
<arg name="depth_ns" value="right" /> | ||
<arg name="depth_topic" value="image_raw" /> | ||
</include> | ||
|
||
<include file="$(find face_detector)/test/common_rtest.xml" pass_all_args="true" /> | ||
</launch> |