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

rosapi breaks ros2 param list #943

Closed
bmartin427 opened this issue Aug 2, 2024 · 0 comments · Fixed by #944
Closed

rosapi breaks ros2 param list #943

bmartin427 opened this issue Aug 2, 2024 · 0 comments · Fixed by #944
Labels

Comments

@bmartin427
Copy link
Contributor

Description

A system containing an instance of the rosapi_node cannot have its parameters dumped via the ros2 param list CLI tool. Attempting to do so just results in the CLI tool wedging indefinitely. This is due to the fact that the rosapi process in fact instantiates two nodes, but only spins one of them. The CLI tool attempts to invoke the advertised service call /rosapi_params/list_parameters, but nothing ever responds to that service.

  • Library Version: 1.3.2-1jammy.20240712.001200
  • ROS Version: iron
  • Platform / OS: Ubuntu 22.04

Steps To Reproduce

  • ros2 run rosapi rosapi_node
  • ros2 param list

Expected Behavior

ros2 param list process completes eventually with a list of parameters

Actual Behavior

ros2 param list wedges indefinitely

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

Successfully merging a pull request may close this issue.

2 participants