Closed sloretz closed 2 years ago
While you are in here, would you mind augmenting the tests in https://github.com/ros2/ros2cli/blob/rolling/ros2multicast/test/test_api.py to test out the group, port, and TTL arguments?
I updated test_api.py
to test group and port arguments in 0ff9423. I wasn't able to think of a way to test ttl
here.
Converted to draft to prevent merging while I figure out windows issue
This PR allows specifying
--group
and--port
toros2 multicast
. This is useful when debugging issues with multicast traffic for a specific group and domain id.