Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.
This repository was archived by the owner on May 31, 2025. It is now read-only.

Nodelet namespacing issues #7

@stonier

Description

@stonier

Test catkin package: https://github.com/stonier/ros_testing

Namespacing for public and private is broken in a particular configuration: https://github.com/stonier/ros_testing/blob/master/namespaced_manager.launch

The results of that launch file put public and private topics in quite disparate places:

/dude/private /family/public 

where it should probably be

/dude/private /public 

I have three other namespace variations there, all of which behave as expected.

Seems to be only a problem if the nodelet's parent namespace is the root, '/'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions