Skip to content

Commit

Permalink
Merge pull request #34 from ros-sports/ijnek-patch-1
Browse files Browse the repository at this point in the history
Accidentally replaced master with 8, undoing mistake
  • Loading branch information
ijnek authored Dec 12, 2023
2 parents 6dda273 + 8d28e98 commit b30a208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2r_spl_8/r2r_spl_8/r2r_spl.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, node_name='r2r_spl', **kwargs):
self._subscriber = self.create_subscription(
SPLSM, 'r2r/send', self._topic_callback, 10)

# UDP Client - adapted from https://github.com/ninedraft/python-udp/blob/8/client.py
# UDP Client - adapted from https://github.com/ninedraft/python-udp/blob/master/client.py
self._sock = socket.socket(
socket.AF_INET, socket.SOCK_DGRAM, socket.IPPROTO_UDP) # UDP
# This has to be SO_REUSEADDR instead of SO_REUSEPORT to work with TCM
Expand Down

0 comments on commit b30a208

Please sign in to comment.