Skip to content
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 docblock in LoadComposableNodes #207

Merged
merged 1 commit into from
Nov 20, 2020
Merged

Fix docblock in LoadComposableNodes #207

merged 1 commit into from
Nov 20, 2020

Conversation

jacobperron
Copy link
Member

No description provided.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
@jacobperron jacobperron merged commit 1168f48 into master Nov 20, 2020
@delete-merged-branch delete-merged-branch bot deleted the jacob/fix_doc branch November 20, 2020 22:16
jacobperron added a commit that referenced this pull request Nov 20, 2020
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
@jacobperron
Copy link
Member Author

For posterity, the docblock should have been updated as part of #166

jacobperron added a commit that referenced this pull request Nov 20, 2020
…odes (#166) (#206)

* Fix race with launch context changes when loading composable nodes (#166)

* Fix race with launch context changes when loading composable nodes

This bug was discovered when trying load composable nodes from a GroupAction.
The ROS namespace (and presumably other remaps) pushed onto the context stack
was popped after the LoadComposableNodes execute() function finished.
But because the loading happens asynchronously, we need to make sure we get the
necessary information from the context before execute() finishes.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>

* Add regression tests for LoadComposableNode

Signed-off-by: Jacob Perron <jacob@openrobotics.org>

* Properly shutdown mock conatiner node

Also added some debug logs to the load node action for posterity.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>

* Fix docblock in LoadComposableNodes (#207)

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants