We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Required Info:
Run any of the parameter event demos. For instance,
ros2 run demo_nodes_cpp parameter_events
Process terminates gracefully after the following output:
[INFO] [parameter_events]: Parameter event: new parameters: foo changed parameters: deleted parameters: [INFO] [parameter_events]: Parameter event: new parameters: bar changed parameters: deleted parameters: [INFO] [parameter_events]: Parameter event: new parameters: baz changed parameters: deleted parameters: [INFO] [parameter_events]: Parameter event: new parameters: foobar changed parameters: deleted parameters: [INFO] [parameter_events]: Parameter event: new parameters: changed parameters: foo deleted parameters: [INFO] [parameter_events]: Parameter event: new parameters: changed parameters: bar deleted parameters: [INFO] [parameter_events]: Parameter event: new parameters: changed parameters: baz deleted parameters: [INFO] [parameter_events]: Parameter event: new parameters: changed parameters: foobar deleted parameters: [INFO] [parameter_events]: Parameter event: new parameters: changed parameters: foo deleted parameters: [INFO] [parameter_events]: Parameter event: new parameters: changed parameters: bar deleted parameters:
Process terminates gracefully but immediately and with no output.
Likely a timing issue, it was patched on #318 by adding artificial delays here and here but that's not a real solution.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
Required Info:
Steps to reproduce issue
Run any of the parameter event demos. For instance,
Expected behavior
Process terminates gracefully after the following output:
Actual behavior
Process terminates gracefully but immediately and with no output.
Additional information
Likely a timing issue, it was patched on #318 by adding artificial delays here and here but that's not a real solution.
The text was updated successfully, but these errors were encountered: