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.
 
 

52 lines
1.8 KiB

<launch>
<arg name="rviz" default="false" doc="whether to show Rviz" />
<arg name="debug_directory" value="$(env HELLO_FLEET_PATH)/debug/"/>
<!-- REALSENSE D435i -->
<include file="$(find stretch_core)/launch/d435i_high_resolution.launch" />
<node name="d435i_configure" pkg="stretch_core" type="d435i_configure" output="screen" />
<!-- -->
<!-- STRETCH DRIVER -->
<param name="/stretch_driver/broadcast_odom_tf" type="bool" value="false"/>
<param name="/stretch_driver/fail_out_of_range_goal" type="bool" value="false"/>
<include file="$(find stretch_core)/launch/stretch_driver.launch" pass_all_args="true"/>
<!-- -->
<!-- MAPPING -->
<node name="funmap" pkg="stretch_funmap" type="funmap" output="screen" >
<param name="debug_directory" type="string" value="$(arg debug_directory)"/>
</node>
<!-- -->
<!-- LASER RANGE FINDER -->
<include file="$(find stretch_core)/launch/rplidar.launch" />
<!-- -->
<!-- LASER SCAN MATCHER FOR ODOMETRY -->
<include file="$(find stretch_core)/launch/stretch_scan_matcher.launch" />
<!-- -->
<!-- DOCK ROBOT -->
<node name="dock_robot" pkg="stretch_demos" type="dock_robot" output="screen">
<param name="debug_directory" type="string" value="$(arg debug_directory)"/>
</node>
<!-- -->
<!-- &lt;!&ndash; KEYBOARD TELEOP &ndash;&gt;-->
<!-- <node name="keyboard_teleop" pkg="stretch_core" type="keyboard_teleop" output="screen" args='&#45;&#45;mapping_on &#45;&#45;docking_on'/>-->
<!-- &lt;!&ndash; &ndash;&gt;-->
<!-- VISUALIZE -->
<node name="rviz" pkg="rviz" type="rviz" output="screen" args="-d $(find stretch_demos)/rviz/dock_robot.rviz" if="$(arg rviz)" />
<!-- -->
<!-- BT nodes -->
<node pkg="rqt_py_trees" name="rqt_py_trees" type="rqt_py_trees"/>
<!-- <node pkg="stretch_demos" name="stretch_bt_test" type="stretch_bt_test" output="screen"/>-->
</launch>