Browse Source

simple keyboard teleoperation launch file

pull/5/head
Charlie Kemp 4 years ago
committed by hello-binit
parent
commit
f1b175cc77
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      stretch_core/launch/keyboard_teleop.launch

+ 12
- 0
stretch_core/launch/keyboard_teleop.launch View File

@ -0,0 +1,12 @@
<launch>
<!-- STRETCH DRIVER -->
<param name="/stretch_driver/broadcast_odom_tf" type="bool" value="true"/>
<include file="$(find stretch_core)/launch/stretch_driver.launch" pass_all_args="true"/>
<!-- -->
<!-- KEYBOARD TELEOP -->
<node name="keyboard_teleop" pkg="stretch_core" type="keyboard_teleop" output="screen" args=''/>
<!-- -->
</launch>

Loading…
Cancel
Save