-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
166 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
<launch> | ||
<arg name="name" default="webui"/> | ||
<arg name="webpath" default="www"/> | ||
<arg name="cached" default="false"/> | ||
<include file="$(find rosbridge_server)/launch/rosbridge_websocket.launch" > | ||
<arg name="port" value="9090"/> | ||
</include> | ||
|
||
<arg name="port" default="8085"/> | ||
<arg name="start_port" default="$(arg port)" /> | ||
<arg name="end_port" default="$(arg port)" /> | ||
|
||
<node pkg="roswww" type="webserver.py" name="$(arg name)" | ||
args="--name $(arg name) --webpath $(arg webpath) --cached $(arg cached) | ||
--port $(arg port) --start_port $(arg start_port) --end_port $(arg end_port)" /> | ||
<include file="$(find roswww)/launch/roswww.launch"> | ||
<arg name="port" value="8085"/> | ||
<arg name="cached" value="false"/> | ||
</include> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters