Skip to content
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

Why rosnode does not allow l as list like rosservice and rostopic? #609

Closed
wkentaro opened this issue Apr 22, 2015 · 2 comments
Closed

Why rosnode does not allow l as list like rosservice and rostopic? #609

wkentaro opened this issue Apr 22, 2015 · 2 comments
Labels

Comments

@wkentaro
Copy link
Contributor

@dirk-thomas
Copy link
Member

This is actually a bug in rosservice and rostopic. The following check:

if command in 'list':

is wrong since when you call rostopic i it will actually invoke list instead of info (because it is checked first).

Also neither any of the other commands have that shortcut not any of the other tools (rosconsole, rosmsg, rosparam). Therefore the right way to address this will be to fix the comparion in rosservice and rostopic to compare the whole command string.

@wkentaro
Copy link
Contributor Author

I see. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants