-
Notifications
You must be signed in to change notification settings - Fork 138
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
Fix ros_gz_sim.launch.py when create_own_container is enabled #620
Conversation
Signed-off-by: Carlos Agüero <[email protected]>
@@ -92,20 +103,10 @@ def generate_launch_description(): | |||
('config_file', config_file), | |||
('container_name', container_name), | |||
('namespace', namespace), | |||
('create_own_container', str(False)), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is hardcoded, is this right ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's on purpose, to make sure that only one container is used.
https://github.com/Mergifyio backport jazzy |
✅ Backports have been created
|
Signed-off-by: Carlos Agüero <[email protected]> (cherry picked from commit a4d00a9)
…#621) Signed-off-by: Carlos Agüero <[email protected]> (cherry picked from commit a4d00a9) Co-authored-by: Carlos Agüero <[email protected]>
🦟 Bug fix
I noticed that running the following example:
duplicates the number of running nodes and containers.
After this patch:
Summary
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.