-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
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
IfCondition is ignored in ComposableNode if LoadComposableNodes is used #335
Comments
Maybe better example (similar to this test) launch_ros/test_launch_ros/test/test_launch_ros/actions/test_composable_node_container.py Line 172 in 73098cf
Again, despite the IfCondition, all nodes are launched /test_component_container_node_name `#!/usr/bin/env python3 from launch import LaunchDescription TEST_CONTAINER_NAME = 'test_component_container_node_name' def generate_launch_description():
` |
Reformatting for convenience
|
Gotcha, I can reproduce this issue, now to look into it... |
Hello! This PR should address the issue (: Do note that it'll take a little while for this change to propagate through and get released (the PR will need to get merged, then the repo has to get released, and finally there has to be a rolling sync.) So I'd recommend building from source if you want the change immediately. |
Thank you :) great job! |
Bug report
Required Info:
Steps to reproduce issue
Run example launchfile.
Expected behavior
The node /showimage is not launched.
Actual behavior
The node /showimage is launched.
The text was updated successfully, but these errors were encountered: