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

[Question] - does ros2 topic echo support multiple fields #951

Open
cwrx777 opened this issue Dec 4, 2024 · 5 comments
Open

[Question] - does ros2 topic echo support multiple fields #951

cwrx777 opened this issue Dec 4, 2024 · 5 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@cwrx777
Copy link

cwrx777 commented Dec 4, 2024

Hi,

is it possible to echo more than one fields, e.g.

  ros2 topic echo /topic --field field_1 --field field_2
@clalancette
Copy link
Contributor

In the current code, it does not support this; it can only print out either the whole message, or a single field.

That said, I think it would be an OK feature to be able to select more than one. If you'd like to contribute a PR to implement it, we'd be happy to review it.

@clalancette clalancette added the help wanted Extra attention is needed label Dec 4, 2024
@CWAbhi
Copy link

CWAbhi commented Dec 28, 2024

@clalancette can i work in this issue?

@fujitatomoya
Copy link
Collaborator

@CWAbhi contributions are always welcome, thanks 👍

@CWAbhi
Copy link

CWAbhi commented Dec 29, 2024

okay I ll raise a PR to solve this

@CWAbhi
Copy link

CWAbhi commented Dec 29, 2024

i have raised a PR with the changes done #958 please check and if i need to edit or do any changes do tell me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants