ros2 / rcl

Library to support implementation of language specific ROS Client Libraries.
Apache License 2.0
130 stars 163 forks source link

Remove `localhost_only` option for turtule-J #1070

Closed fujitatomoya closed 3 months ago

fujitatomoya commented 1 year ago

Feature request

localhost_only and ROS_LOCALHOST_ONLY has been deprecated in Iron Irwini. For backward compatibility, it still can be effective if localhost_only option is enabled to prevail discovery option which is added into Iron Irwini as new feature. For next-Iron release, this needs to be removed after deprecation period.

Feature description

Implementation considerations

W.I.P

ahcorde commented 3 months ago

Done in this PR https://github.com/ros2/rcl/pull/1169 and related ones