-
Notifications
You must be signed in to change notification settings - Fork 172
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
ros2 node list doesn't include node namespace #105
Labels
enhancement
New feature or request
Comments
just noting ROS 1 includes the namespace
|
I think this has just never been supported. In Ardent it also didn't expand. I will re-classify this as an enhancement. |
The underlying API doesn't provide the namespace so the command line tools can't show them atm. This needs to be addressed in ros2/rmw#142 first. |
This was referenced Aug 29, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requires ros2/rmw#142
I first noticed this running a node with a remapped namespace, but it also happens if I hard-code a namespace. It happens:
E.g.:
I would consider this a bug because I expected the output to include the node's namespace, unless we are aware that this is not supported?
The text was updated successfully, but these errors were encountered: