Browse Source

Use realsense launch file in simple_test

pull/113/head
Binit Shah 2 years ago
parent
commit
4e5b0d9297
1 changed files with 2 additions and 6 deletions
  1. +2
    -6
      stretch_calibration/launch/simple_test_head_calibration.launch

+ 2
- 6
stretch_calibration/launch/simple_test_head_calibration.launch View File

@ -4,12 +4,8 @@
<arg name="controller_yaml_file" value="$(find stretch_core)/config/controller_calibration_head.yaml"/> <arg name="controller_yaml_file" value="$(find stretch_core)/config/controller_calibration_head.yaml"/>
<arg name="calibration_directory" value="$(env HELLO_FLEET_PATH)/$(env HELLO_FLEET_ID)/calibration_ros/"/> <arg name="calibration_directory" value="$(env HELLO_FLEET_PATH)/$(env HELLO_FLEET_ID)/calibration_ros/"/>
<!-- 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="High Accuracy"/>
</node>
<!-- -->
<!-- D435i CAMERA -->
<include file="$(find stretch_core)/launch/stretch_realsense.launch" />
<!-- STRETCH DRIVER --> <!-- STRETCH DRIVER -->
<param name="/stretch_driver/broadcast_odom_tf" type="bool" value="true"/> <param name="/stretch_driver/broadcast_odom_tf" type="bool" value="true"/>

Loading…
Cancel
Save