We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Already described in the architecture document:
architecture
https://github.com/ros2/launch/blob/88ae20ee2e950df91e5594975a82bffe1ebd928b/launch/doc/source/architecture.rst#basic-actions
Basically it will allow you to include another launch description, which is given to the constructor of the new action. You can already do this by emitting an event, launch.events.IncludeLaunchDescription (https://github.com/ros2/launch/blob/b78d87f31bb995c7226df66826e1a57079ae3a3f/launch/launch/events/include_launch_description.py), so at first this action will be only syntactic sugar but later it should interact with launch arguments (see: #107).
launch.events.IncludeLaunchDescription
The text was updated successfully, but these errors were encountered:
add IncludeLaunchDescription action
0beaa0b
fixes #115 Signed-off-by: William Woodall <[email protected]>
add IncludeLaunchDescription action (#120)
951a9b1
wjwwood
Successfully merging a pull request may close this issue.
Already described in the
architecture
document:https://github.com/ros2/launch/blob/88ae20ee2e950df91e5594975a82bffe1ebd928b/launch/doc/source/architecture.rst#basic-actions
Basically it will allow you to include another launch description, which is given to the constructor of the new action. You can already do this by emitting an event,
launch.events.IncludeLaunchDescription
(https://github.com/ros2/launch/blob/b78d87f31bb995c7226df66826e1a57079ae3a3f/launch/launch/events/include_launch_description.py), so at first this action will be only syntactic sugar but later it should interact with launch arguments (see: #107).The text was updated successfully, but these errors were encountered: