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
in my yaml I can do:
... - node: ... args: "--ros-args --log-level debug"
but I haven't been able to find this documented anywhere? Is this the best way/only way to set the log-level from a yaml file?
The text was updated successfully, but these errors were encountered:
there is a description in release note, https://docs.ros.org/en/rolling/Releases/Release-Humble-Hawksbill.html#passing-ros-arguments-to-node-actions.
it could be also added to documentation such as https://docs.ros.org/en/rolling/Tutorials/Intermediate/Launch/Creating-Launch-Files.html? (because release note is meant to show the change log and difference only.)
Sorry, something went wrong.
Thank you! Yes I think it should be mentioned in the 2nd link you shared. That's usually where I land when I'm setting up my launch file.
mjcarroll
No branches or pull requests
in my yaml I can do:
but I haven't been able to find this documented anywhere? Is this the best way/only way to set the log-level from a yaml file?
The text was updated successfully, but these errors were encountered: