Skip to content

Commit 97765de

Browse files
Remove localhost from connect endpoints (#42)
1 parent 49c6ec8 commit 97765de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tuda_workspace_scripts/discovery.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ def create_zenoh_router_config_yaml(
110110
):
111111
routers = []
112112

113-
# Always set localhost, even if the user did not specify it
114-
routers.append(ZenohRouter("localhost", "7447", "tcp"))
115-
116113
for name in selected_robots:
117114
if name == "off":
118115
break

0 commit comments

Comments
 (0)