-
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
'ros2 param list' stuck when node create with namespace #128
Comments
Thanks for the bug report @realdream . I can reproduce Output when trying to get or set a parameter on a node with a namespace set.
Services and topics
Possibly related to #105 ? ros2cli/ros2param/ros2param/verb/list.py Lines 42 to 43 in be38ea4
Then it creates a client with the node name assuming it will be a single token. ros2cli/ros2param/ros2param/verb/list.py Lines 55 to 57 in be38ea4
|
I agree with your assessment @sloretz. This is going to be dependent on the |
…ns (ros2#128) * add actions for pusing and popping launch configs Signed-off-by: William Woodall <william@osrfoundation.org> * add tests for push and pop launch configs actions Signed-off-by: William Woodall <william@osrfoundation.org> * fix doc copy-paste error Signed-off-by: William Woodall <william@osrfoundation.org> * another doc fixup Signed-off-by: William Woodall <william@osrfoundation.org>
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
Bug report
Required Info:
Steps to reproduce issue
Actual behavior
the 'ros2 param list' stuck forever with out output any message
'ros2 param set/get' also failed
edit by @sloretz for waffle.io
blocked by #105
The text was updated successfully, but these errors were encountered: