Skip to content

Commit 9907300

Browse files
Remove the slash stripping since leading slash matters (#456)
Signed-off-by: Fangfei FAN <[email protected]> Co-authored-by: Fangfei FAN <[email protected]>
1 parent d3e2350 commit 9907300

File tree

1 file changed

+0
-1
lines changed
  • launch_ros/launch_ros/actions

1 file changed

+0
-1
lines changed

launch_ros/launch_ros/actions/node.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ def _perform_substitutions(self, context: LaunchContext) -> None:
396396
self.__expanded_node_name = perform_substitutions(
397397
context, normalize_to_list_of_substitutions(self.__node_name))
398398
validate_node_name(self.__expanded_node_name)
399-
self.__expanded_node_name.lstrip('/')
400399
expanded_node_namespace: Optional[Text] = None
401400
if self.__node_namespace is not None:
402401
expanded_node_namespace = perform_substitutions(

0 commit comments

Comments
 (0)