Skip to content

Commit

Permalink
fix(web controller): remove rosbridge launch from web_controller laun…
Browse files Browse the repository at this point in the history
…ch file (#318)

* remove rosbridge launch

Signed-off-by: yabuta <makoto.yabuta@tier4.jp>

* delete space

Signed-off-by: yabuta <makoto.yabuta@tier4.jp>

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
  • Loading branch information
yabuta and kenji-miyake authored Jan 31, 2022
1 parent 08384b5 commit a3b0ba8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/web_controller/launch/web_controller.launch.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<launch>
<!-- Web Controller -->

<executable cmd="python3 -m http.server 8085" cwd="$(find-pkg-share web_controller)/www" name="web_server"/>
<node pkg="rosbridge_server" exec="rosbridge_websocket" name="rosbridge_server_node">
</node>
</launch>

0 comments on commit a3b0ba8

Please sign in to comment.