changed from rosbridge_GUI_example to rosbridge_GUI_example

This commit is contained in:
Glen Turner
2015-06-18 18:53:54 -04:00
parent 4754c21cf0
commit a132a14d3e
6 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
<launch>
<include file="$(find rosbridge_server)/launch/rosbridge_websocket.launch" />
<include file="$(find rosbridge_GUI_example)/launch/bagger.launch" />
<include file="$(find rosbridge_GUI_example)/launch/talker.launch" />
<include file="$(find rosbridge_gui_example)/launch/bagger.launch" />
<include file="$(find rosbridge_gui_example)/launch/talker.launch" />
</launch>

View File

@@ -1,3 +1,3 @@
<launch>
<node name="bagger" pkg="rosbridge_GUI_example" type="bagger.py" />
<node name="bagger" pkg="rosbridge_gui_example" type="bagger.py" />
</launch>

View File

@@ -1,3 +1,3 @@
<launch>
<node name="talker" pkg="rosbridge_GUI_example" type="talker.py" />
<node name="talker" pkg="rosbridge_gui_example" type="talker.py" />
</launch>