Skip to content

Commit

Permalink
Fixed unused file
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Apr 24, 2024
1 parent 86ecacd commit 557b865
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions launch/gz_components.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ def launch_setup(context, *args, **kwargs):
namespace = LaunchConfiguration("namespace").perform(context)

components_config = None
if components_config_path == "None":
return []

with open(os.path.join(components_config_path), 'r') as file:
components_config = yaml.safe_load(file)

Expand Down

0 comments on commit 557b865

Please sign in to comment.