-
Notifications
You must be signed in to change notification settings - Fork 173
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
[ros2node] Make ros2 node list
list namespaces as well as names
#143
Conversation
@@ -56,6 +56,8 @@ def main(*, script_name='_ros2_daemon', argv=None): | |||
# expose getter functions of node | |||
server.register_function( | |||
_print_invoked_function_name(node.get_node_names)) |
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.
Should this function be removed since it only provides incomplete information?
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.
It is currently still being used by ros2lifecycle. We haven't had a bug issued against that, but I'll take this as an opportunity to update that as well.
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 is, I'll remove it in the PR that updates ros2lifecycle.
Superseded by #146. |
* Add tests for ensure_argument_type() function * Add tests for normalize_to_list_of_substitutions() function * Add tests for perform_substitutions() function * Add tests for signal_management module * Left TODOs for functional tests. * Add test for create_future() function * Add tests for visit_all_entities_and_collect_futures() function
This also adds explicit tests for the warnings produced from using deprecated parameters. Signed-off-by: Michael Carroll <michael@openrobotics.org>
Fixes #105
To test:
Expected output: