Skip to content

Commit

Permalink
Merge pull request #15 from tork-a/revert-13-12_use_rosbridge_tools
Browse files Browse the repository at this point in the history
Revert "Replace rosbridge_server (addresses #12)."
  • Loading branch information
130s committed Jan 5, 2015
2 parents de2d9e0 + 4266f67 commit 5c7c89e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<url type="repository">https://github.com/tork-a/roswww_pkg</url>

<buildtool_depend>catkin</buildtool_depend>
<run_depend>rosbridge_tools</run_depend>
<run_depend>rosbridge_server</run_depend>
<run_depend>rospy</run_depend>

<export/>
Expand Down
4 changes: 2 additions & 2 deletions script/webserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@

import socket
import subprocess
import tornado.ioloop # rosbridge installs tornado
import tornado.web

from rosbridge_tools import find_tornado
tornado = find_tornado()
import rospy

from roswww.webrequest_handler import WebRequestHandler
Expand Down
3 changes: 1 addition & 2 deletions src/roswww/webrequest_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
#
# Author: Jonathan Mace, Jihoon Lee, Isaac Isao Saito

from rosbridge_tools import find_tornado
tornado = find_tornado()
import tornado.web


class WebRequestHandler(tornado.web.RequestHandler):
Expand Down

0 comments on commit 5c7c89e

Please sign in to comment.