|
<launch>
|
|
|
|
<arg name="debug_directory" value="$(env HELLO_FLEET_PATH)/debug/"/>
|
|
|
|
<!-- REALSENSE D435i -->
|
|
<include file="$(find stretch_core)/launch/d435i_high_resolution.launch"></include>
|
|
<node name="d435i_configure" pkg="stretch_core" type="d435i_configure" output="screen">
|
|
<!--<param name="initial_mode" type="string" value="Default"/>-->
|
|
<param name="initial_mode" type="string" value="High Accuracy"/>
|
|
</node>
|
|
<!-- -->
|
|
|
|
<!-- STRETCH DRIVER -->
|
|
<param name="/stretch_driver/broadcast_odom_tf" type="bool" value="true"/>
|
|
<param name="/stretch_driver/fail_out_of_range_goal" type="bool" value="false"/>
|
|
<include file="$(find stretch_core)/launch/stretch_driver.launch" />
|
|
<!-- -->
|
|
|
|
<!-- FRUSTUM FIELD OF VIEW VISUALIZATION -->
|
|
<node name="d435i_frustum_visualizer" pkg="stretch_core" type="d435i_frustum_visualizer" output="screen" />
|
|
<!-- -->
|
|
|
|
<!-- FACIAL LANDMARK DETECTOR -->
|
|
<node name="face_detector" pkg="stretch_deep_perception" type="detect_faces_python3.py" output="screen">
|
|
<param name="debug_directory" type="string" value="$(arg debug_directory)"/>
|
|
</node>
|
|
<!-- -->
|
|
|
|
<!-- KEYBOARD TELEOP -->
|
|
<node name="keyboard_teleop" pkg="stretch_core" type="keyboard_teleop" output="screen"/>
|
|
<!-- -->
|
|
|
|
<!-- VISUALIZE DETECTION -->
|
|
<node name="rviz" pkg="rviz" type="rviz" output="screen" args="-d $(find stretch_deep_perception)/rviz/face_detection.rviz" />
|
|
<!-- -->
|
|
|
|
</launch>
|