Skip to content

Commit

Permalink
dummy_commit
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxuan Liu <[email protected]>
  • Loading branch information
HinsRyu committed Apr 2, 2024
1 parent 2cd6fa7 commit 218478d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/launch/actions/include_launch_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def execute(self, context: LaunchContext) -> List[LaunchDescriptionEntity]:
]
declared_launch_arguments = (
launch_description.get_launch_arguments_with_include_launch_description_actions(
only_search_local=True)
only_search_local=False)
)
for argument, ild_actions in declared_launch_arguments:
if argument._conditionally_included or argument.default_value is not None:
Expand Down

0 comments on commit 218478d

Please sign in to comment.