mirror of
https://github.com/osrf/gazebo_models.git
synced 2025-09-15 12:58:56 +08:00
Moved manifest to root dir
This commit is contained in:
parent
8160b65e6c
commit
6a52f71e2c
@ -8,7 +8,7 @@ from xml.dom import minidom
|
||||
import request_pb2
|
||||
|
||||
TCP_IP = '127.0.0.1'
|
||||
TCP_PORT = 50198
|
||||
TCP_PORT = 50199
|
||||
BUFFER_SIZE = 1024
|
||||
|
||||
models = {}
|
||||
@ -26,9 +26,11 @@ def read_manifest():
|
||||
|
||||
read_manifest()
|
||||
|
||||
print 'here'
|
||||
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
s.bind((TCP_IP, TCP_PORT))
|
||||
s.listen(1)
|
||||
print 'here2'
|
||||
|
||||
conn, addr = s.accept()
|
||||
print 'Connection address:', addr
|
||||
|
||||
Loading…
Reference in New Issue
Block a user