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 resolving sub-namespaces incorrectly #188

Open
wants to merge 1 commit into
base: rolling
Choose a base branch
from

Conversation

devrite
Copy link

@devrite devrite commented May 5, 2021

Fixes #187 using get_effective_namespace instead. The new resolve_topic_name in the node topic interface is only available in rolling as far as i can tell.

@devrite
Copy link
Author

devrite commented May 5, 2021

Ok, there seems to be an issue with sub node creates or the effective namespace when there is no sub-namespace. For example when I create a subnode with an empty sub-namspace as an argument. I get the same error.

@devrite
Copy link
Author

devrite commented May 5, 2021

The namespace error should be resolved with ros2/rclcpp#1656. But for now I am adding a check that removes any trailing slash.

@devrite devrite force-pushed the fix/187-image_transport-does-not-resolve branch from bddac70 to d2275bc Compare May 5, 2021 16:20
@devrite devrite force-pushed the fix/187-image_transport-does-not-resolve branch from d2275bc to 2184483 Compare May 5, 2021 16:30
@audrow audrow changed the base branch from ros2 to rolling June 28, 2022 14:15
@ahcorde ahcorde added the ros2 Issues or Pull Requests targeting ROS2 label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ros2 Issues or Pull Requests targeting ROS2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants