Florian Vahl

Results 184 comments of Florian Vahl

> path_without_ext, ext = os.path.splitext(remainder) > assert ext.startswith('.') > ext = ext[1:] > if ext in (primary_extension, additional_extension, "dsv"): > if path_without_ext not in basenames: > basenames[path_without_ext] = set() >...

Any update or feedback regarding this PR? @wjwwood

@ahcorde is there a change we get this moving? Nearly everybody I know who uses ROS2 experienced this issue at some point.