Skip to content
Snippets Groups Projects
Commit 20db92e8 authored by Emil Harlan's avatar Emil Harlan
Browse files

a

parent 9f0f2250
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ class vel_from_ros_node(Node):
try:
# connect to the host -- tells us if the host is actually
# reachable
sock = socket.create_connection(("www.google.com", 80))
sock = socket.create_connection(("192.168.1.77", 80))
if sock is not None:
print('Clossing socket')
sock.close
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment