Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rosbridge_server/scripts/rosbridge_websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def handle_compression_offers(offers):
connected = False
while not connected and not rospy.is_shutdown():
try:
listenWS(factory, context_factory)
listenWS(factory, context_factory, interface=factory.host)
rospy.loginfo('Rosbridge WebSocket server started at {}'.format(uri))
connected = True
except CannotListenError as e:
Expand Down
Loading