Skip to content

Commit 0298729

Browse files
Merge branch 'main' into dev
2 parents 2ee2c03 + b61ba41 commit 0298729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ros_tcp_endpoint/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class TcpServer:
3030
Initializes ROS node and TCP server.
3131
"""
3232

33-
def __init__(self, node_name, tcp_ip="", tcp_port=-1, buffer_size=1024, connections=10):
33+
def __init__(self, node_name, buffer_size=1024, connections=10, tcp_ip="", tcp_port=-1):
3434
"""
3535
Initializes ROS node and class variables.
3636

0 commit comments

Comments
 (0)