You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.4 KiB

  1. <launch>
  2. <arg name="debug_directory" value="$(env HELLO_FLEET_PATH)/debug/"/>
  3. <!-- REALSENSE D435i -->
  4. <include file="$(find stretch_core)/launch/d435i_high_resolution.launch"></include>
  5. <node name="d435i_configure" pkg="stretch_core" type="d435i_configure" output="screen">
  6. <!--<param name="initial_mode" type="string" value="Default"/>-->
  7. <param name="initial_mode" type="string" value="High Accuracy"/>
  8. </node>
  9. <!-- -->
  10. <!-- STRETCH DRIVER -->
  11. <param name="/stretch_driver/broadcast_odom_tf" type="bool" value="true"/>
  12. <param name="/stretch_driver/fail_out_of_range_goal" type="bool" value="false"/>
  13. <include file="$(find stretch_core)/launch/stretch_driver.launch" />
  14. <!-- -->
  15. <!-- FRUSTUM FIELD OF VIEW VISUALIZATION -->
  16. <node name="d435i_frustum_visualizer" pkg="stretch_core" type="d435i_frustum_visualizer" output="screen" />
  17. <!-- -->
  18. <!-- BODY LANDMARK DETECTOR -->
  19. <node name="body_landmark_detector" pkg="stretch_deep_perception" type="detect_body_landmarks_python3.py" output="screen">
  20. <param name="debug_directory" type="string" value="$(arg debug_directory)"/>
  21. </node>
  22. <!-- -->
  23. <!-- KEYBOARD TELEOP -->
  24. <node name="keyboard_teleop" pkg="stretch_core" type="keyboard_teleop" output="screen"/>
  25. <!-- -->
  26. <!-- VISUALIZE DETECTION -->
  27. <node name="rviz" pkg="rviz" type="rviz" output="screen" args="-d $(find stretch_deep_perception)/rviz/body_landmark_detection.rviz" />
  28. <!-- -->
  29. </launch>