Skip to content

Commit

Permalink
Kinetic: remove segbot_gui references (utexas-bwi/segbot#93, #95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-oquin committed Oct 24, 2017
1 parent 638c24e commit ff04ce7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions bwi_kr_execution/launch/bwi_turtlebot.launch
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
<param name="data_directory" value="$(arg data_directory)" />
</node>

<!-- launch the gui -->
<node name="segbot_gui" pkg="segbot_gui" type="question_dialog_plugin" />
<!-- launch the question dialog gui -->
<!--
<node name="gui" type="question_dialog_plugin" pkg="bwi_rqt_plugins" />
-->

<!-- launch the sound play node -->
<node name="soundplay" pkg="sound_play" type="soundplay_node.py" />
Expand Down
6 changes: 4 additions & 2 deletions bwi_kr_execution/launch/robot.launch
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@
<param name="__image_transport" value="compressed" />
</node>

<!-- launch the gui -->
<node name="segbot_gui" pkg="segbot_gui" type="question_dialog_plugin" />
<!-- launch the question dialog gui -->
<!--
<node name="gui" pkg="bwi_rqt_plugins" type="question_dialog_plugin" />
-->

<!-- launch the sound play node -->
<node name="soundplay" pkg="sound_play" type="soundplay_node.py" />
Expand Down

0 comments on commit ff04ce7

Please sign in to comment.