Open
Description
I found a line that doesn't do anything:
However, self.__expanded_node_name
is later used in a call to prefix_namespace(()
:
launch_ros/launch_ros/launch_ros/actions/node.py
Lines 423 to 424 in 3569f0d
And, according to prefix_namespace()
, there's definitely a difference between self.__expanded_node_name
with and without a leading /
:
launch_ros/launch_ros/launch_ros/utilities/namespace_utils.py
Lines 53 to 60 in 3569f0d
I guess at this point it works fine, in which case the line could just be removed.