-
Notifications
You must be signed in to change notification settings - Fork 162
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
param list -t for consistency #569
Comments
While I like the idea of the feature, I think we may want to use a different flag than In any case, while I think this is a great idea, I don't think we're going to have time to work on it right now. But if you'd like to contribute a change to add it, we'd be happy to review it. Thanks for the report. |
Well I personally always wanted params to be ROS Message type which gives a certain nice consistency. You could set some param as a Pose message, set your deadzone speed as a Twist Message etc. But thats a separate feature request i guess |
since this is tagged with |
friengly ping, i think we can close this. |
Closing since #572 is now merged. |
#96 Feature request
ros2 topic list
and
ros2 service list
have the -t parameter to show types. But ros2 param list does not. It would be convinient and consistent if it did.
Feature description
"ros2 param list -t" could return param names followed by types
The text was updated successfully, but these errors were encountered: