Skip to content

Extension to `launch` to include launchfiles in a scoped manner.

License

Notifications You must be signed in to change notification settings

SuperJappie08/launch_scoped_include

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

launch_scoped_include

Include another launch description with a limited scope. (IncludeScopedLaunchDescription)

This is already achievable with the standard launch package, but this is more convient.

This makes IncludeScopedLaunchDescription essentially a mix of GroupAction and IncludeLaunchDescription.

In XML the following tag can be used:

  <include_scoped file="FILE_PATH_TO_INCLUDE">
    <arg name="some_nested_arg" value="value"/>
  </include_scoped>

About

Extension to `launch` to include launchfiles in a scoped manner.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages