Changed project name from rosbridge_gui_example to rosbridge_gui attempt_1

This commit is contained in:
Glen Turner
2015-07-01 12:44:54 -07:00
parent 6b9cb70fc1
commit 4aef194cb8
8 changed files with 17 additions and 17 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)/launch/bagger.launch" />
<include file="$(find rosbridge_gui)/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" 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" type="talker.py" />
</launch>